共用方式為


STOR_PNP_ACTION列舉 (srb.h)

列舉 隨插即用 次要函式程序代碼。

Syntax

typedef enum {
  StorStartDevice,
  StorRemoveDevice,
  StorStopDevice,
  StorQueryCapabilities,
  StorQueryResourceRequirements,
  StorFilterResourceRequirements,
  StorSurpriseRemoval
} STOR_PNP_ACTION, *PSTOR_PNP_ACTION;

常數

 
StorStartDevice
傳送要求以啟動裝置。
StorRemoveDevice
傳送要求以移除裝置。
StorStopDevice
指出裝置正在停止。
StorQueryCapabilities
傳送要求來查詢裝置的功能。
StorQueryResourceRequirements
傳送要求來查詢裝置的資源需求。
StorFilterResourceRequirements
傳送要求來篩選裝置的資源需求。
StorSurpriseRemoval
指出裝置已移除。

備註

這些值會透過 SRBEX_DATA_PNP 結構的 PnPAction 欄位傳入。

規格需求

需求
標頭 srb.h

另請參閱