PCI_EXPRESS_LINK_QUIESCENT_INTERFACE - NtDoc

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

typedef struct _PCI_EXPRESS_LINK_QUIESCENT_INTERFACE {
  USHORT                                 Size;
  USHORT                                 Version;
  PVOID                                  Context;
  PINTERFACE_REFERENCE                   InterfaceReference;
  PINTERFACE_DEREFERENCE                 InterfaceDereference;
  PPCI_EXPRESS_ENTER_LINK_QUIESCENT_MODE PciExpressEnterLinkQuiescentMode;
  PPCI_EXPRESS_EXIT_LINK_QUIESCENT_MODE  PciExpressExitLinkQuiescentMode;
} PCI_EXPRESS_LINK_QUIESCENT_INTERFACE, *PPCI_EXPRESS_LINK_QUIESCENT_INTERFACE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-_pci_express_link_quiescent_interface)

_PCI_EXPRESS_LINK_QUIESCENT_INTERFACE structure

Description

The PCI_EXPRESS_LINK_QUIESCENT_INTERFACE structure is reserved for system use.

Members

Size

Version

Context

InterfaceReference

InterfaceDereference

PciExpressEnterLinkQuiescentMode

PciExpressExitLinkQuiescentMode