OEMQueryDeviceSupport - NtDoc

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

BOOL OEMQueryDeviceSupport(
        SURFOBJ  *pso,
        XLATEOBJ *pxlo,
        XFORMOBJ *pxo,
        ULONG    iType,
        ULONG    cjIn,
  [in]  PVOID    pvIn,
        ULONG    cjOut,
  [out] PVOID    pvOut
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The OEMQueryDeviceSupport function returns requested device-specific information.

Parameters

pso

Defines the SURFOBJ parameter pso.

pxlo

Defines the XLATEOBJ parameter pxlo.

pxo

Defines the XFORMOBJ parameter pxo.

iType

Defines the ULONG parameter iType.

cjIn

Defines the ULONG parameter cjIn.

pvIn [in]

Defines the PVOID parameter pvIn.

cjOut

Defines the ULONG parameter cjOut.

pvOut [out]

Defines the PVOID parameter pvOut.

Return value

Returns a BOOL value.