WDF_FDO_EVENT_CALLBACKS_INIT function (wdffdo.h)

[Applies to KMDF only]

The WDF_FDO_EVENT_CALLBACKS_INIT function initializes a WDF_FDO_EVENT_CALLBACKS structure.

Syntax

void WDF_FDO_EVENT_CALLBACKS_INIT(
  [out] PWDF_FDO_EVENT_CALLBACKS Callbacks
);

Parameters

[out] Callbacks

A pointer to the driver's WDF_FDO_EVENT_CALLBACKS structure.

Return value

None

Remarks

The WDF_FDO_EVENT_CALLBACKS_INIT function zeros the specified WDF_FDO_EVENT_CALLBACKS structure and sets the structure's Size member.

Examples

For a code example that uses WDF_FDO_EVENT_CALLBACKS_INIT, see WdfFdoInitSetEventCallbacks.

Requirements

Requirement Value
Target Platform Universal
Minimum KMDF version 1.0
Header wdffdo.h (include Wdf.h)

See also

WdfFdoInitSetEventCallbacks