OEMGetInfo - NtDoc

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

BOOL OEMGetInfo(
        DWORD  dwMode,
  [out] PVOID  pBuffer,
        DWORD  cbSize,
  [out] PDWORD pcbNeeded
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the OEMGetInfo function.

Parameters

dwMode

Defines the DWORD parameter dwMode.

pBuffer [out]

Defines the PVOID parameter pBuffer.

cbSize

Defines the DWORD parameter cbSize.

pcbNeeded [out]

Defines the PDWORD parameter pcbNeeded.

Return value

Returns a BOOL value.