共用方式為


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.h 中定義STI_VERSION。

dwGenericCaps

指出驅動程式功能的位旗標。 Stiusd.h 中定義了下列旗標。

STI_USD_GENCAP_NATIVE_PUSHSUPPORT

驅動程式支援異步裝置通知。

STI_USD_GENCAP_OPEN_DEVICE_FOR_ME

未使用。

規格需求

需求
標頭 stiusd.h (包含 Stiusd.h)