INET_FIREWALL_AC_BINARIES structure (netfw.h)
The INET_FIREWALL_AC_BINARIES structure contains the binary paths to applications running in an app container.
Syntax
typedef struct _INET_FIREWALL_AC_BINARIES {
DWORD count;
LPWSTR *binaries;
} INET_FIREWALL_AC_BINARIES, *PINET_FIREWALL_AC_BINARIES;
Members
count
The number of paths in the binaries member.
binaries
Paths to the applications running in the app container.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | netfw.h (include Netfw.h) |