// ufxclient.h
VOID UFX_DEVICE_CALLBACKS_INIT(
[out] PUFX_DEVICE_CALLBACKS Callbacks
);
View the official Windows Driver Kit DDI referenceNo description available.
The UFX_DEVICE_CALLBACKS_INIT macro initializes the UFX_DEVICE_CALLBACKS structure.
Callbacks [out]A pointer to the UFX_DEVICE_CALLBACKS structure.
The UFX_DEVICE_CALLBACKS_INIT macro will set all fields of the UFX_DEVICE_CALLBACKS structure to zero and set the Size field appropriately.
The client driver uses the UFX_DEVICE_CALLBACKS_INIT macro the initialize the UFX_DEVICE_CALLBACKS structure prior to calling UfxDeviceCreate.