Expand Minimize

WDF_PDO_EVENT_CALLBACKS_INIT function

[Applies to KMDF only]

The WDF_PDO_EVENT_CALLBACKS_INIT function initializes a WDF_PDO_EVENT_CALLBACKS structure.

Syntax


VOID WDF_PDO_EVENT_CALLBACKS_INIT(
  _Out_  PWDF_PDO_EVENT_CALLBACKS Callbacks
);

Parameters

Callbacks [out]

A pointer to the driver's WDF_PDO_EVENT_CALLBACKS structure.

Return value

None

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.

Requirements

Minimum KMDF version

1.0

Header

Wdfpdo.h (include Wdf.h)

See also

WDF_PDO_EVENT_CALLBACKS
WdfPdoInitSetEventCallbacks

 

 

Send comments about this topic to Microsoft

Show:
© 2014 Microsoft. All rights reserved.