EnumPrintProcessorsW(3w)
NAME
EnumPrintProcessorsW (WINSPOOL.@)
SYNOPSIS
BOOL EnumPrintProcessorsW ( LPWSTR pName, LPWSTR pEnvironment, DWORD Level, LPBYTE pPPInfo, DWORD cbBuf, LPDWORD pcbNeeded, LPDWORD pcReturned )
DESCRIPTION
Enumerate available Print Processors.
PARAMS
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.
RETURNS
Success: TRUE
Failure: FALSE and in pcbNeeded the Bytes required for pPPInfo, if
cbBuf is too small
IMPLEMENTATION
Defined in "winspool.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/winspool.drv/info.c".
- Debug channel "winspool".