共用方式為


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)