// printoem.h
INT OEMCompression(
PDEVOBJ pdevobj,
[in] PBYTE pInBuf,
[out] PBYTE pOutBuf,
DWORD dwInLen,
DWORD dwOutLen
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the OEMCompression function.
pdevobjDefines the PDEVOBJ parameter pdevobj.
pInBuf [in]Defines the PBYTE parameter pInBuf.
pOutBuf [out]Defines the PBYTE parameter pOutBuf.
dwInLenDefines the DWORD parameter dwInLen.
dwOutLenDefines the DWORD parameter dwOutLen.
Returns an INT value.