Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The UFX_DEVICE_CALLBACKS_INIT macro initializes the UFX_DEVICE_CALLBACKS structure.
Syntax
void UFX_DEVICE_CALLBACKS_INIT(
[out] PUFX_DEVICE_CALLBACKS Callbacks
);
Parameters
[out] Callbacks
A pointer to the UFX_DEVICE_CALLBACKS structure.
Return value
None
Remarks
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | ufxclient.h |
Library | ufxstub.lib |