OEMQueryColorProfile - NtDoc

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

BOOL OEMQueryColorProfile(
        HANDLE    hPrinter,
        POEMUIOBJ poemuiobj,
        PDEVMODE  pPublicDM,
        PVOID     pOEMDM,
        ULONG     ulQueryMode,
  [out] VOID      *pvProfileData,
  [out] ULONG     *pcbProfileData,
  [out] FLONG     *pflProfileData
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-printoem-oemquerycolorprofile)

Description

Describes the OEMQueryColorProfile function.

Parameters

hPrinter

Defines the HANDLE parameter hPrinter.

poemuiobj

Defines the POEMUIOBJ parameter poemuiobj.

pPublicDM

Defines the PDEVMODE parameter pPublicDM.

pOEMDM

Defines the PVOID parameter pOEMDM.

ulQueryMode

Defines the ULONG parameter ulQueryMode.

pvProfileData [out]

Defines the VOID parameter pvProfileData.

pcbProfileData [out]

Defines the ULONG parameter pcbProfileData.

pflProfileData [out]

Defines the FLONG parameter pflProfileData.

Return value

Returns a BOOL value.