OEMCompression - NtDoc

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

INT OEMCompression(
        PDEVOBJ pdevobj,
  [in]  PBYTE   pInBuf,
  [out] PBYTE   pOutBuf,
        DWORD   dwInLen,
        DWORD   dwOutLen
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the OEMCompression function.

Parameters

pdevobj

Defines the PDEVOBJ parameter pdevobj.

pInBuf [in]

Defines the PBYTE parameter pInBuf.

pOutBuf [out]

Defines the PBYTE parameter pOutBuf.

dwInLen

Defines the DWORD parameter dwInLen.

dwOutLen

Defines the DWORD parameter dwOutLen.

Return value

Returns an INT value.