ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
LONG WINAPI AdvancedDocumentPropertiesA | ( | HWND | hWnd, |
HANDLE | hPrinter, | ||
PSTR | pDeviceName, | ||
PDEVMODEA | pDevModeOutput, | ||
PDEVMODEA | pDevModeInput | ||
) |
Definition at line 27 of file printerdata.c.
Referenced by AdvancedSetupDialog().
LONG WINAPI AdvancedDocumentPropertiesW | ( | HWND | hWnd, |
HANDLE | hPrinter, | ||
PWSTR | pDeviceName, | ||
PDEVMODEW | pDevModeOutput, | ||
PDEVMODEW | pDevModeInput | ||
) |
Definition at line 35 of file printerdata.c.
LONG WINAPI AdvancedSetupDialog | ( | HWND | hWnd, |
INT | Unknown, | ||
PDEVMODEA | pDevModeInput, | ||
PDEVMODEA | pDevModeOutput | ||
) |
Definition at line 11 of file printerdata.c.
Definition at line 43 of file printerdata.c.
Definition at line 67 of file printerdata.c.
Definition at line 99 of file printerdata.c.
Definition at line 107 of file printerdata.c.
Definition at line 115 of file printerdata.c.
Definition at line 138 of file printerdata.c.
DWORD WINAPI EnumPrinterDataA | ( | HANDLE | hPrinter, |
DWORD | dwIndex, | ||
PSTR | pValueName, | ||
DWORD | cbValueName, | ||
PDWORD | pcbValueName, | ||
PDWORD | pType, | ||
PBYTE | pData, | ||
DWORD | cbData, | ||
PDWORD | pcbData | ||
) |
Definition at line 146 of file printerdata.c.
DWORD WINAPI EnumPrinterDataExA | ( | HANDLE | hPrinter, |
PCSTR | pKeyName, | ||
PBYTE | pEnumValues, | ||
DWORD | cbEnumValues, | ||
PDWORD | pcbEnumValues, | ||
PDWORD | pnEnumValues | ||
) |
Definition at line 154 of file printerdata.c.
DWORD WINAPI EnumPrinterDataExW | ( | HANDLE | hPrinter, |
PCWSTR | pKeyName, | ||
PBYTE | pEnumValues, | ||
DWORD | cbEnumValues, | ||
PDWORD | pcbEnumValues, | ||
PDWORD | pnEnumValues | ||
) |
Definition at line 294 of file printerdata.c.
DWORD WINAPI EnumPrinterDataW | ( | HANDLE | hPrinter, |
DWORD | dwIndex, | ||
PWSTR | pValueName, | ||
DWORD | cbValueName, | ||
PDWORD | pcbValueName, | ||
PDWORD | pType, | ||
PBYTE | pData, | ||
DWORD | cbData, | ||
PDWORD | pcbData | ||
) |
Definition at line 302 of file printerdata.c.
DWORD WINAPI EnumPrinterKeyA | ( | HANDLE | hPrinter, |
PCSTR | pKeyName, | ||
PSTR | pSubkey, | ||
DWORD | cbSubkey, | ||
PDWORD | pcbSubkey | ||
) |
Definition at line 310 of file printerdata.c.
DWORD WINAPI EnumPrinterKeyW | ( | HANDLE | hPrinter, |
PCWSTR | pKeyName, | ||
PWSTR | pSubkey, | ||
DWORD | cbSubkey, | ||
PDWORD | pcbSubkey | ||
) |
Definition at line 318 of file printerdata.c.
DWORD WINAPI GetPrinterDataA | ( | HANDLE | hPrinter, |
LPSTR | pValueName, | ||
LPDWORD | pType, | ||
LPBYTE | pData, | ||
DWORD | nSize, | ||
LPDWORD | pcbNeeded | ||
) |
Definition at line 326 of file printerdata.c.
Referenced by test_GetPrinterData().
DWORD WINAPI GetPrinterDataExA | ( | HANDLE | hPrinter, |
LPCSTR | pKeyName, | ||
LPCSTR | pValueName, | ||
LPDWORD | pType, | ||
LPBYTE | pData, | ||
DWORD | nSize, | ||
LPDWORD | pcbNeeded | ||
) |
Definition at line 333 of file printerdata.c.
Referenced by GetPrinterDataA(), and START_TEST().
DWORD WINAPI GetPrinterDataExW | ( | HANDLE | hPrinter, |
LPCWSTR | pKeyName, | ||
LPCWSTR | pValueName, | ||
LPDWORD | pType, | ||
LPBYTE | pData, | ||
DWORD | nSize, | ||
LPDWORD | pcbNeeded | ||
) |
Definition at line 496 of file printerdata.c.
Referenced by START_TEST().
DWORD WINAPI SetPrinterDataA | ( | HANDLE | hPrinter, |
PSTR | pValueName, | ||
DWORD | Type, | ||
PBYTE | pData, | ||
DWORD | cbData | ||
) |
Definition at line 544 of file printerdata.c.
DWORD WINAPI SetPrinterDataExA | ( | HANDLE | hPrinter, |
LPCSTR | pKeyName, | ||
LPCSTR | pValueName, | ||
DWORD | Type, | ||
LPBYTE | pData, | ||
DWORD | cbData | ||
) |
Definition at line 551 of file printerdata.c.
Referenced by SetPrinterDataA().
DWORD WINAPI SetPrinterDataExW | ( | HANDLE | hPrinter, |
LPCWSTR | pKeyName, | ||
LPCWSTR | pValueName, | ||
DWORD | Type, | ||
LPBYTE | pData, | ||
DWORD | cbData | ||
) |
Definition at line 626 of file printerdata.c.
Referenced by START_TEST().