PCI_EXPRESS_INDICATOR_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

Description

This topic describes the PCI_EXPRESS_INDICATOR_STATE enumeration.

Constants

IndicatorOn

Defines the IndicatorOn constant.

Defines the IndicatorBlink constant.

IndicatorOff

Defines the IndicatorOff constant.

Remarks

See also


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

Description

This topic describes the PCI_EXPRESS_INDICATOR_STATE enumeration.

Constants

IndicatorOn

Defines the IndicatorOn constant.

IndicatorBlink

Defines the IndicatorBlink constant.

IndicatorOff

Defines the IndicatorOff constant.

Remarks

See also