STOR_PNP_ACTION enumeration (storport.h)
Syntax
typedef enum {
StorStartDevice = 0x0,
StorRemoveDevice = 0x2,
StorStopDevice = 0x4,
StorQueryCapabilities = 0x9,
StorQueryResourceRequirements = 0xB,
StorFilterResourceRequirements = 0xD,
StorSurpriseRemoval = 0x17
} STOR_PNP_ACTION, *PSTOR_PNP_ACTION;
Constants
StorStartDevice Value: 0x0 |
StorRemoveDevice Value: 0x2 |
StorStopDevice Value: 0x4 |
StorQueryCapabilities Value: 0x9 |
StorQueryResourceRequirements Value: 0xB |
StorFilterResourceRequirements Value: 0xD |
StorSurpriseRemoval Value: 0x17 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 |
Header | storport.h |