PCI_EXPRESS_POWER_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// miniport.h

typedef enum {
  PowerOn,
  PowerOff
} PCI_EXPRESS_POWER_STATE;
View the official Windows Driver Kit DDI reference
// ntddk.h

typedef enum {
  PowerOn,
  PowerOff
} PCI_EXPRESS_POWER_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-miniport-pci_express_power_state)

Description

This topic describes the PCI_EXPRESS_POWER_STATE enumeration.

Constants

PowerOn

Defines the PowerOn constant.

PowerOff

Defines the PowerOff constant.

Remarks

See also


Windows Driver Kit DDI reference (ne-ntddk-pci_express_power_state)

Description

This topic describes the PCI_EXPRESS_POWER_STATE enumeration.

Constants

PowerOn

Defines the PowerOn constant.

PowerOff

Defines the PowerOff constant.

Remarks

See also