// ufxclient.h
VOID UFX_ENDPOINT_CALLBACKS_INIT(
[out] PUFX_ENDPOINT_CALLBACKS Callbacks
);
View the official Windows Driver Kit DDI referenceNo description available.
The UFX_ENDPOINT_CALLBACKS_INIT macro initializes the UFX_ENDPOINT_CALLBACKS structure.
Note
Note that there are currently no endpoint callback functions defined in the UFX_ENDPOINT_CALLBACKS structure.
Callbacks [out]A pointer to the UFX_ENDPOINT_CALLBACKS structure.
The UFX_ENDPOINT_CALLBACKS_INIT macro will set all fields of the UFX_ENDPOINT_CALLBACKS structure to zero and set the size field appropriately.
Note Note that there are currently no endpoint callback functions defined in the UFX_ENDPOINT_CALLBACKS structure.