STOR_EVENT_TYPE列挙 (storport.h)

STOR_EVENT_TYPE列挙型は、ミニポートによって初期化されたイベント オブジェクトの種類を識別します。

構文

typedef enum _STOR_EVENT_TYPE {
  StorNotificationEvent,
  StorSynchronizationEvent
} STOR_EVENT_TYPE, *PSTOR_EVENT_TYPE;

定数

 
StorNotificationEvent
イベントは通知イベントです。
StorSynchronizationEvent
イベントは同期イベントです。

注釈

ミニポートは、 StorPortInitializeEvent を呼び出してイベント オブジェクトを初期化し、イベント オブジェクトの型を識別する STOR_EVENT_TYPE 列挙型を渡します。

要件

要件
サポートされている最小のクライアント Windows 10 バージョン 2004
Header storport.h

こちらもご覧ください

StorPortInitializeEvent