WDF_PDO_EVENT_CALLBACKS_INIT - NtDoc

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

VOID WDF_PDO_EVENT_CALLBACKS_INIT(
  [out] PWDF_PDO_EVENT_CALLBACKS Callbacks
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfpdo-wdf_pdo_event_callbacks_init)

WDF_PDO_EVENT_CALLBACKS_INIT function

Description

[Applies to KMDF only]

The WDF_PDO_EVENT_CALLBACKS_INIT function initializes a WDF_PDO_EVENT_CALLBACKS structure.

Parameters

Callbacks [out]

A pointer to the driver's WDF_PDO_EVENT_CALLBACKS structure.

Remarks

The WDF_PDO_EVENT_CALLBACKS_INIT function zeros the specified WDF_PDO_EVENT_CALLBACKS structure and sets the structure's Size member.

Examples

For a code example that uses WDF_PDO_EVENT_CALLBACKS_INIT, see WdfPdoInitSetEventCallbacks.

See also

WDF_PDO_EVENT_CALLBACKS

WdfPdoInitSetEventCallbacks