PCI_EXPRESS_CARD_PRESENCE - NtDoc

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

typedef enum {
  SlotEmpty,
  CardPresent
} PCI_EXPRESS_CARD_PRESENCE;
View the official Windows Driver Kit DDI reference
// ntddk.h

typedef enum {
  SlotEmpty,
  CardPresent
} PCI_EXPRESS_CARD_PRESENCE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the PCI_EXPRESS_CARD_PRESENCE enumeration.

Constants

SlotEmpty

Defines the SlotEmpty constant.

CardPresent

Defines the CardPresent constant.

Remarks

See also


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

Description

This topic describes the PCI_EXPRESS_CARD_PRESENCE enumeration.

Constants

SlotEmpty

Defines the SlotEmpty constant.

CardPresent

Defines the CardPresent constant.

Remarks

See also