EnumPrintProcessorsW (WINSPOOL.@)
BOOL EnumPrintProcessorsW ( LPWSTR pName, LPWSTR pEnvironment, DWORD Level, LPBYTE pPPInfo, DWORD cbBuf, LPDWORD pcbNeeded, LPDWORD pcReturned )
Enumerate available Print Processors.
pName | [In] | Servername or NULL (local Computer). |
pEnvironment | [In] | Printing-Environment or NULL (Default). |
Level | [In] | Structure-Level (Only 1 is allowed). |
pPPInfo | [Out] | PTR to Buffer that receives the Result. |
cbBuf | [In] | Size of Buffer at pPPInfo. |
pcbNeeded | [Out] | PTR to DWORD that receives the size in Bytes used / required for pPPInfo. |
pcReturned | [Out] | PTR to DWORD that receives the number of Print Processors in pPPInfo. |
Success: TRUE
Failure: FALSE and in pcbNeeded the Bytes required for pPPInfo, if cbBuf is too small
Declared in "include/winspool.h". gitlab.winehq.org/wine/wine/blob/master/include/winspool.h
Implemented in "dlls/winspool.drv/info.c". gitlab.winehq.org/wine/wine/blob/master/dlls/winspool.drv/info.c
Debug channel "winspool".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.