INET_FIREWALL_AC_CAPABILITIES structure (networkisolation.h)
The INET_FIREWALL_AC_CAPABILITIES structure contains information about the capabilities of an app container.
Syntax
typedef struct _INET_FIREWALL_AC_CAPABILITIES {
DWORD count;
SID_AND_ATTRIBUTES *capabilities;
} INET_FIREWALL_AC_CAPABILITIES, *PINET_FIREWALL_AC_CAPABILITIES;
Members
count
Type: DWORD
The number of security identifiers (SIDs) in the capabilities member.
capabilities
Type: SID_AND_ATTRIBUTES*
Security information related to the app container's capabilities.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | networkisolation.h (include Netfw.h) |