Condividi tramite


enumerazione STOR_DEVICE_POWER_STATE (srb.h)

L'enumeratore STOR_DEVICE_POWER_STATE specifica uno stato di alimentazione del dispositivo.

Sintassi

typedef enum _STOR_DEVICE_POWER_STATE {
  StorPowerDeviceUnspecified,
  StorPowerDeviceD0,
  StorPowerDeviceD1,
  StorPowerDeviceD2,
  StorPowerDeviceD3,
  StorPowerDeviceMaximum
} STOR_DEVICE_POWER_STATE, *PSTOR_DEVICE_POWER_STATE;

Costanti

 
StorPowerDeviceUnspecified
Stato di alimentazione del dispositivo non specificato.
StorPowerDeviceD0
Stato di alimentazione del dispositivo D0.
StorPowerDeviceD1
Stato di alimentazione del dispositivo D1.
StorPowerDeviceD2
Stato di alimentazione del dispositivo D2.
StorPowerDeviceD3
Stato di alimentazione del dispositivo D3.
StorPowerDeviceMaximum
Valore di delimitazione superiore negli stati di alimentazione del dispositivo.

Requisiti

Requisito Valore
Intestazione srb.h (include Storport.h, Minitape.h, Srb.h)

Vedi anche

SCSI_POWER_REQUEST_BLOCK