Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PCI_SECURITY_INTERFACE2 structure (wdm.h)

Defines the PCI_SECURITY_INTERFACE2 structure.

Syntax

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;

Members

Size

Version

Context

InterfaceReference

InterfaceDereference

Flags

SupportedScenarios

SetAccessControlServices

Requirements

Requirement Value
Minimum supported server Windows Server 2022
Header wdm.h (include Wdm.h)

Feedback

Was this page helpful?

Additional resources