// printoem.h
ULONG OEMEscape(
SURFOBJ *pso,
ULONG iEsc,
ULONG cjIn,
[in] PVOID pvIn,
ULONG cjOut,
[out] PVOID pvOut
);
View the official Windows Driver Kit DDI referenceNo description available.
The OEMEscape function retrieves information from a device that is not available in a device-independent device driver interface; the particular query depends on the value of the iEsc parameter.
psoDefines the SURFOBJ parameter pso.
iEscDefines the ULONG parameter iEsc.
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 ULONG value.