UFX_DEVICE_CALLBACKS_INIT函式 (ufxclient.h)
UFX_DEVICE_CALLBACKS_INIT宏會初始化UFX_DEVICE_CALLBACKS結構。
語法
void UFX_DEVICE_CALLBACKS_INIT(
[out] PUFX_DEVICE_CALLBACKS Callbacks
);
參數
[out] Callbacks
UFX_DEVICE_CALLBACKS 結構的指標。
傳回值
無
備註
UFX_DEVICE_CALLBACKS_INIT宏會將UFX_DEVICE_CALLBACKS結構的所有欄位設定為零,並適當地設定 [大小] 字段。
用戶端驅動程式會使用 UFX_DEVICE_CALLBACKS_INIT 宏,先初始化 UFX_DEVICE_CALLBACKS 結構,再呼叫 UfxDeviceCreate。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | ufxclient.h |
程式庫 | ufxstub.lib |