// winsplp.h
BOOL DevQueryPrint(
[in] HANDLE hPrinter,
[in] LPDEVMODE pDevMode,
[out] DWORD *pResID
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the DevQueryPrint function.
hPrinter [in]Defines the HANDLE parameter hPrinter.
pDevMode [in]Defines the LPDEVMODE parameter pDevMode.
pResID [out]Defines the DWORD parameter pResID.
Returns a BOOL value.