STOR_PNP_ACTION (srb.h) を参照してください。
構文
typedef enum {
StorStartDevice = 0x0,
StorRemoveDevice = 0x2,
StorStopDevice = 0x4,
StorQueryCapabilities = 0x9,
StorQueryResourceRequirements = 0xB,
StorFilterResourceRequirements = 0xD,
StorSurpriseRemoval = 0x17
} STOR_PNP_ACTION, *PSTOR_PNP_ACTION;
定数
StorStartDevice 値: 0x0 |
StorRemoveDevice 値: 0x2 |
StorStopDevice 値: 0x4 |
StorQueryCapabilities 値: 0x9 |
StorQueryResourceRequirements 値: 0xB |
StorFilterResourceRequirements 値: 0xD |
StorSurpriseRemoval 値: 0x17 |
必要条件
要件 | 価値 |
---|---|
サポートされる最小クライアント | Windows 8.1 |
ヘッダー | storport.h |