共用方式為


STOR_PNP_ACTION列舉 (storport.h)

請參閱 STOR_PNP_ACTIONsrb.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

另請參閱

SCSI_PNP_REQUEST_BLOCK

SRBEX_DATA_PNP