PCI_EXPRESS_MRL_STATE - NtDoc

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

NtDoc

No description available.

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

Description

This topic describes the PCI_EXPRESS_MRL_STATE enumeration.

Constants

MRLClosed

Defines the MRLClosed constant.

MRLOpen

Defines the MRLOpen constant.

Remarks

See also


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

Description

This topic describes the PCI_EXPRESS_MRL_STATE enumeration.

Constants

MRLClosed

Defines the MRLClosed constant.

MRLOpen

Defines the MRLOpen constant.

Remarks

See also