// 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 referenceNo description available.
This topic describes the PCI_EXPRESS_POWER_STATE enumeration.
PowerOnDefines the PowerOn constant.
PowerOffDefines the PowerOff constant.
This topic describes the PCI_EXPRESS_POWER_STATE enumeration.
PowerOnDefines the PowerOn constant.
PowerOffDefines the PowerOff constant.