enumerasi STOR_DEVICE_POWER_STATE (srb.h)
Enumerator STOR_DEVICE_POWER_STATE menentukan status daya perangkat.
Sintaks
typedef enum _STOR_DEVICE_POWER_STATE {
StorPowerDeviceUnspecified,
StorPowerDeviceD0,
StorPowerDeviceD1,
StorPowerDeviceD2,
StorPowerDeviceD3,
StorPowerDeviceMaximum
} STOR_DEVICE_POWER_STATE, *PSTOR_DEVICE_POWER_STATE;
Konstanta
StorPowerDeviceUnspecified Status daya perangkat tidak ditentukan. |
StorPowerDeviceD0 Status daya perangkat D0. |
StorPowerDeviceD1 Status daya perangkat D1. |
StorPowerDeviceD2 Status daya perangkat D2. |
StorPowerDeviceD3 Status daya perangkat D3. |
StorPowerDeviceMaximum Nilai pembatas atas pada status daya perangkat. |
Persyaratan
Persyaratan | Nilai |
---|---|
Header | srb.h (termasuk Storport.h, Minitape.h, Srb.h) |