OEMQueryDeviceSupport function (printoem.h)
The OEMQueryDeviceSupport function returns requested device-specific information.
Syntax
BOOL OEMQueryDeviceSupport(
SURFOBJ *pso,
XLATEOBJ *pxlo,
XFORMOBJ *pxo,
ULONG iType,
ULONG cjIn,
[in] PVOID pvIn,
ULONG cjOut,
[out] PVOID pvOut
);
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.
[in] pvIn
Defines the PVOID parameter pvIn.
cjOut
Defines the ULONG parameter cjOut.
[out] pvOut
Defines the PVOID parameter pvOut.
Return value
Returns a BOOL value.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | printoem.h (include Printoem.h) |