DevQueryPrint - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winsplp.h

BOOL DevQueryPrint(
  [in]  HANDLE    hPrinter,
  [in]  LPDEVMODE pDevMode,
  [out] DWORD     *pResID
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-winsplp-devqueryprint)

Description

Describes the DevQueryPrint function.

Parameters

hPrinter [in]

Defines the HANDLE parameter hPrinter.

pDevMode [in]

Defines the LPDEVMODE parameter pDevMode.

pResID [out]

Defines the DWORD parameter pResID.

Return value

Returns a BOOL value.