ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
BOOL WINAPI | AddFormW (HANDLE hPrinter, DWORD Level, PBYTE pForm) |
BOOL WINAPI | DeleteFormW (HANDLE hPrinter, PWSTR pFormName) |
BOOL WINAPI | EnumFormsW (HANDLE hPrinter, DWORD Level, PBYTE pForm, DWORD cbBuf, PDWORD pcbNeeded, PDWORD pcReturned) |
BOOL WINAPI | GetFormW (HANDLE hPrinter, PWSTR pFormName, DWORD Level, PBYTE pForm, DWORD cbBuf, PDWORD pcbNeeded) |
BOOL WINAPI | SetFormW (HANDLE hPrinter, PWSTR pFormName, DWORD Level, PBYTE pForm) |
Definition at line 11 of file forms.c.
Referenced by _RpcAddForm(), and AddFormA().
Definition at line 26 of file forms.c.
Referenced by _RpcDeleteForm(), and DeleteFormA().
BOOL WINAPI EnumFormsW | ( | HANDLE | hPrinter, |
DWORD | Level, | ||
PBYTE | pForm, | ||
DWORD | cbBuf, | ||
PDWORD | pcbNeeded, | ||
PDWORD | pcReturned | ||
) |
Definition at line 41 of file forms.c.
Referenced by _RpcEnumForms(), and EnumFormsA().
BOOL WINAPI GetFormW | ( | HANDLE | hPrinter, |
PWSTR | pFormName, | ||
DWORD | Level, | ||
PBYTE | pForm, | ||
DWORD | cbBuf, | ||
PDWORD | pcbNeeded | ||
) |
Definition at line 62 of file forms.c.
Referenced by _RpcGetForm(), and GetFormA().
Definition at line 83 of file forms.c.
Referenced by _RpcSetForm(), and SetFormA().