STI_USD_CAPS結構(stiusd.h)
STI_USD_CAPS 結構會作為 IStiUSD::GetCapabilities 方法的參數。
語法
typedef struct _STI_USD_CAPS {
DWORD dwVersion;
DWORD dwGenericCaps;
} STI_USD_CAPS, *PSTI_USD_CAPS;
成員
dwVersion
STI 版本號碼。 此值必須STI_VERSION,定義於 Sti.h中。
dwGenericCaps
指出驅動程式功能的位旗標。 下列旗標定義於 Stiusd.h中。
STI_USD_GENCAP_NATIVE_PUSHSUPPORT
驅動程式支援異步裝置通知。
STI_USD_GENCAP_OPEN_DEVICE_FOR_ME
未使用。
要求
要求 | 價值 |
---|---|
標頭 | stiusd.h (包括 Stiusd.h) |