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 結構的所有欄位設定為零,並適當地設定 Size 字段。
用戶端驅動程式會使用 UFX_DEVICE_CALLBACKS_INIT 巨集,先初始化 UFX_DEVICE_CALLBACKS 結構,再呼叫 UfxDeviceCreate。
要求 | 價值 |
---|---|
目標平臺 | 窗戶 |
標頭 | ufxclient.h |
連結庫 | ufxstub.lib |