The GetPrinterData function retrieves printer-configuration data for the specified printer.
DWORD GetPrinterData(
HANDLE hPrinter, |
// handle of printer object |
LPTSTR pValueName, |
// address of data type |
LPDWORD pType, |
// reserved |
LPBYTE pData, |
// address of array of bytes that receives data |
DWORD nSize, |
// size, in bytes, of array |
LPDWORD pcbNeeded |
// address of variable with number of bytes retrieved (or required) |
); |
If the function succeeds, the return value is ERROR_SUCCESS.
If the function fails, the return value is an error value. To get extended error information, call GetLastError.
The printer handle identified by the hPrinter parameter is obtained by calling the OpenPrinter function.
GetPrinterData retrieves printer-configuration data set by the SetPrinter function.
OpenPrinter, RegQueryValueEx, SetPrinter, SetPrinterData
file: /Techref/os/win/api/win32/func/src/f36_12.htm, 4KB, , updated: 2001/8/20 00:36, local time: 2024/11/5 04:36,
3.22.42.99:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f36_12.htm"> GetPrinterData</A> |
Did you find what you needed? |