// miniport.h
typedef enum {
IndicatorOn,
IndicatorBlink,
IndicatorOff
} PCI_EXPRESS_INDICATOR_STATE;
View the official Windows Driver Kit DDI reference// ntddk.h
typedef enum {
IndicatorOn,
IndicatorBlink,
IndicatorOff
} PCI_EXPRESS_INDICATOR_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the PCI_EXPRESS_INDICATOR_STATE enumeration.
IndicatorOnDefines the IndicatorOn constant.
IndicatorBlinkDefines the IndicatorBlink constant.
IndicatorOffDefines the IndicatorOff constant.
This topic describes the PCI_EXPRESS_INDICATOR_STATE enumeration.
IndicatorOnDefines the IndicatorOn constant.
IndicatorBlinkDefines the IndicatorBlink constant.
IndicatorOffDefines the IndicatorOff constant.