PCI_SECURITY_INTERFACE2 - NtDoc

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

typedef struct _PCI_SECURITY_INTERFACE2 {
  USHORT                 Size;
  USHORT                 Version;
  PVOID                  Context;
  PINTERFACE_REFERENCE   InterfaceReference;
  PINTERFACE_DEREFERENCE InterfaceDereference;
  ULONG                  Flags;
  ULONG                  SupportedScenarios;
  PPCI_SET_ACS2          SetAccessControlServices;
} PCI_SECURITY_INTERFACE2, *PPCI_SECURITY_INTERFACE2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Defines the PCI_SECURITY_INTERFACE2 structure.

Members

Size

Version

Context

InterfaceReference

InterfaceDereference

Flags

SupportedScenarios

SetAccessControlServices

Remarks

See also