ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
DWORD | _RpcAddForm (WINSPOOL_PRINTER_HANDLE hPrinter, WINSPOOL_FORM_CONTAINER *pFormInfoContainer) |
DWORD | _RpcDeleteForm (WINSPOOL_PRINTER_HANDLE hPrinter, WCHAR *pFormName) |
DWORD | _RpcEnumForms (WINSPOOL_PRINTER_HANDLE hPrinter, DWORD Level, BYTE *pForm, DWORD cbBuf, DWORD *pcbNeeded, DWORD *pcReturned) |
DWORD | _RpcGetForm (WINSPOOL_PRINTER_HANDLE hPrinter, WCHAR *pFormName, DWORD Level, BYTE *pForm, DWORD cbBuf, DWORD *pcbNeeded) |
DWORD | _RpcSetForm (WINSPOOL_PRINTER_HANDLE hPrinter, WCHAR *pFormName, WINSPOOL_FORM_CONTAINER *pFormInfoContainer) |
DWORD _RpcAddForm | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
WINSPOOL_FORM_CONTAINER * | pFormInfoContainer | ||
) |
Definition at line 12 of file forms.c.
Referenced by AddFormW(), and pointer_default().
DWORD _RpcDeleteForm | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
WCHAR * | pFormName | ||
) |
Definition at line 31 of file forms.c.
Referenced by DeleteFormW(), and pointer_default().
DWORD _RpcEnumForms | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
DWORD | Level, | ||
BYTE * | pForm, | ||
DWORD | cbBuf, | ||
DWORD * | pcbNeeded, | ||
DWORD * | pcReturned | ||
) |
Definition at line 50 of file forms.c.
Referenced by EnumFormsW(), and pointer_default().
DWORD _RpcGetForm | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
WCHAR * | pFormName, | ||
DWORD | Level, | ||
BYTE * | pForm, | ||
DWORD | cbBuf, | ||
DWORD * | pcbNeeded | ||
) |
Definition at line 82 of file forms.c.
Referenced by GetFormW(), and pointer_default().
DWORD _RpcSetForm | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
WCHAR * | pFormName, | ||
WINSPOOL_FORM_CONTAINER * | pFormInfoContainer | ||
) |
Definition at line 114 of file forms.c.
Referenced by pointer_default(), and SetFormW().