ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Definition at line 11 of file printerdata.c.
Referenced by DeletePrinterDataExA().
Definition at line 26 of file printerdata.c.
Referenced by DeletePrinterDataA().
Definition at line 41 of file printerdata.c.
Referenced by DeletePrinterKeyA().
DWORD WINAPI EnumPrinterDataExW | ( | HANDLE | hPrinter, |
PCWSTR | pKeyName, | ||
PBYTE | pEnumValues, | ||
DWORD | cbEnumValues, | ||
PDWORD | pcbEnumValues, | ||
PDWORD | pnEnumValues | ||
) |
Definition at line 56 of file printerdata.c.
Referenced by EnumPrinterDataExA().
DWORD WINAPI EnumPrinterDataW | ( | HANDLE | hPrinter, |
DWORD | dwIndex, | ||
PWSTR | pValueName, | ||
DWORD | cbValueName, | ||
PDWORD | pcbValueName, | ||
PDWORD | pType, | ||
PBYTE | pData, | ||
DWORD | cbData, | ||
PDWORD | pcbData | ||
) |
Definition at line 71 of file printerdata.c.
DWORD WINAPI EnumPrinterKeyW | ( | HANDLE | hPrinter, |
PCWSTR | pKeyName, | ||
PWSTR | pSubkey, | ||
DWORD | cbSubkey, | ||
PDWORD | pcbSubkey | ||
) |
Definition at line 86 of file printerdata.c.
DWORD WINAPI GetPrinterDataExW | ( | HANDLE | hPrinter, |
LPCWSTR | pKeyName, | ||
LPCWSTR | pValueName, | ||
LPDWORD | pType, | ||
LPBYTE | pData, | ||
DWORD | nSize, | ||
LPDWORD | pcbNeeded | ||
) |
Definition at line 101 of file printerdata.c.
Referenced by _RpcGetPrinterDataEx(), GetPrinterDataExA(), and GetPrinterDataW().
DWORD WINAPI GetPrinterDataW | ( | HANDLE | hPrinter, |
LPWSTR | pValueName, | ||
LPDWORD | pType, | ||
LPBYTE | pData, | ||
DWORD | nSize, | ||
LPDWORD | pcbNeeded | ||
) |
Definition at line 119 of file printerdata.c.
DWORD WINAPI SetPrinterDataExW | ( | HANDLE | hPrinter, |
LPCWSTR | pKeyName, | ||
LPCWSTR | pValueName, | ||
DWORD | Type, | ||
LPBYTE | pData, | ||
DWORD | cbData | ||
) |
Definition at line 128 of file printerdata.c.
Referenced by _RpcSetPrinterDataEx(), SetPrinterDataExA(), and SetPrinterDataW().
DWORD WINAPI SetPrinterDataW | ( | HANDLE | hPrinter, |
PWSTR | pValueName, | ||
DWORD | Type, | ||
PBYTE | pData, | ||
DWORD | cbData | ||
) |
Definition at line 146 of file printerdata.c.