// 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 referenceNo description available.
This topic describes the PCI_EXPRESS_CARD_PRESENCE enumeration.
SlotEmptyDefines the SlotEmpty constant.
CardPresentDefines the CardPresent constant.
This topic describes the PCI_EXPRESS_CARD_PRESENCE enumeration.
SlotEmptyDefines the SlotEmpty constant.
CardPresentDefines the CardPresent constant.