// miniport.h
typedef enum {
MRLClosed,
MRLOpen
} PCI_EXPRESS_MRL_STATE;
View the official Windows Driver Kit DDI reference// ntddk.h
typedef enum {
MRLClosed,
MRLOpen
} PCI_EXPRESS_MRL_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the PCI_EXPRESS_MRL_STATE enumeration.
MRLClosedDefines the MRLClosed constant.
MRLOpenDefines the MRLOpen constant.
This topic describes the PCI_EXPRESS_MRL_STATE enumeration.
MRLClosedDefines the MRLClosed constant.
MRLOpenDefines the MRLOpen constant.