OEMCommandCallback - NtDoc

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

INT OEMCommandCallback(
       PDEVOBJ pdevobj,
       DWORD   dwCallbackID,
       DWORD   dwCount,
  [in] PDWORD  pdwParams
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Describes the OEMCommandCallback function.

Parameters

pdevobj

Defines the PDEVOBJ parameter pdevobj.

dwCallbackID

Defines the DWORD parameter dwCallbackID.

dwCount

Defines the DWORD parameter dwCount.

pdwParams [in]

Defines the PDWORD parameter pdwParams.

Return value

Returns an INT value.