// 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 referenceNo description available.
The OEMQueryDeviceSupport function returns requested device-specific information.
psoDefines the SURFOBJ parameter pso.
pxloDefines the XLATEOBJ parameter pxlo.
pxoDefines the XFORMOBJ parameter pxo.
iTypeDefines the ULONG parameter iType.
cjInDefines the ULONG parameter cjIn.
pvIn [in]Defines the PVOID parameter pvIn.
cjOutDefines the ULONG parameter cjOut.
pvOut [out]Defines the PVOID parameter pvOut.
Returns a BOOL value.