OEMEnableDriver - NtDoc

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

BOOL OEMEnableDriver(
        DWORD          dwOemIntfVersion,
        DWORD          cbSize,
  [out] PDRVENABLEDATA pded
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the OEMEnableDriver function.

Parameters

dwOemIntfVersion

Defines the DWORD parameter dwOemIntfVersion.

cbSize

Defines the DWORD parameter cbSize.

pded [out]

Defines the PDRVENABLEDATA parameter pded.

Return value

Returns a BOOL value.