PCI_EXPRESS_LINK_QUIESCENT_INTERFACE结构 (wdm.h)

PCI_EXPRESS_LINK_QUIESCENT_INTERFACE 结构保留供系统使用。

语法

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;

成员

Size

Version

Context

InterfaceReference

InterfaceDereference

PciExpressEnterLinkQuiescentMode

PciExpressExitLinkQuiescentMode

要求

要求 价值
标头 wdm.h (包括 Wdm.h)