Expand Minimize

WDF_FDO_EVENT_CALLBACKS_INIT function

[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

Callbacks [out]

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

Minimum KMDF version

1.0

Header

Wdffdo.h (include Wdf.h)

See also

WdfFdoInitSetEventCallbacks

 

 

Send comments about this topic to Microsoft

Show:
© 2014 Microsoft. All rights reserved.