|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
| DWORD _RpcDeletePrinterData | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
| WCHAR * | pValueName | ||
| ) |
Definition at line 11 of file printerdata.c.
Referenced by pointer_default().
| DWORD _RpcDeletePrinterDataEx | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
| const WCHAR * | pKeyName, | ||
| const WCHAR * | pValueName | ||
| ) |
Definition at line 18 of file printerdata.c.
Referenced by pointer_default().
| DWORD _RpcDeletePrinterKey | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
| const WCHAR * | pKeyName | ||
| ) |
Definition at line 25 of file printerdata.c.
Referenced by pointer_default().
| DWORD _RpcEnumPrinterData | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
| DWORD | dwIndex, | ||
| WCHAR * | pValueName, | ||
| DWORD | cbValueName, | ||
| DWORD * | pcbValueName, | ||
| DWORD * | pType, | ||
| BYTE * | pData, | ||
| DWORD | cbData, | ||
| DWORD * | pcbData | ||
| ) |
Definition at line 32 of file printerdata.c.
Referenced by pointer_default().
| DWORD _RpcEnumPrinterDataEx | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
| const WCHAR * | pKeyName, | ||
| BYTE * | pEnumValues, | ||
| DWORD | cbEnumValues, | ||
| DWORD * | pcbEnumValues, | ||
| DWORD * | pnEnumValues | ||
| ) |
Definition at line 46 of file printerdata.c.
Referenced by pointer_default().
| DWORD _RpcEnumPrinterKey | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
| const WCHAR * | pKeyName, | ||
| WCHAR * | pSubkey, | ||
| DWORD | cbSubkey, | ||
| DWORD * | pcbSubkey | ||
| ) |
Definition at line 39 of file printerdata.c.
Referenced by pointer_default().
| DWORD _RpcGetPrinterData | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
| WCHAR * | pValueName, | ||
| DWORD * | pType, | ||
| BYTE * | pData, | ||
| DWORD | nSize, | ||
| DWORD * | pcbNeeded | ||
| ) |
Definition at line 53 of file printerdata.c.
Referenced by pointer_default().
| DWORD _RpcGetPrinterDataEx | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
| const WCHAR * | pKeyName, | ||
| const WCHAR * | pValueName, | ||
| DWORD * | pType, | ||
| BYTE * | pData, | ||
| DWORD | nSize, | ||
| DWORD * | pcbNeeded | ||
| ) |
Definition at line 59 of file printerdata.c.
Referenced by _RpcGetPrinterData(), GetPrinterDataExW(), and pointer_default().
| DWORD _RpcSetPrinterData | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
| WCHAR * | pValueName, | ||
| DWORD | Type, | ||
| BYTE * | pData, | ||
| DWORD | cbData | ||
| ) |
Definition at line 78 of file printerdata.c.
Referenced by pointer_default().
| DWORD _RpcSetPrinterDataEx | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
| const WCHAR * | pKeyName, | ||
| const WCHAR * | pValueName, | ||
| DWORD | Type, | ||
| BYTE * | pData, | ||
| DWORD | cbData | ||
| ) |
Definition at line 84 of file printerdata.c.
Referenced by _RpcSetPrinterData(), pointer_default(), and SetPrinterDataExW().