INET_FIREWALL_AC_CREATION_TYPE enumeration (netfw.h)

The INET_FIREWALL_AC_CREATION_TYPE enumeration specifies the type of app container creation events for which notifications will be delivered.

Syntax

typedef enum _INET_FIREWALL_AC_CREATION_TYPE {
  INET_FIREWALL_AC_NONE = 0x00,
  INET_FIREWALL_AC_PACKAGE_ID_ONLY = 0x01,
  INET_FIREWALL_AC_BINARY = 0x02,
  INET_FIREWALL_AC_MAX = 0x04
} INET_FIREWALL_AC_CREATION_TYPE;

Constants

 
INET_FIREWALL_AC_NONE
Value: 0x00
This value is reserved for system use.
INET_FIREWALL_AC_PACKAGE_ID_ONLY
Value: 0x01
Notifications will be delivered when an app container is created with a package identifier.
INET_FIREWALL_AC_BINARY
Value: 0x02
Notifications will be delivered when an app container is created with a binary path.
INET_FIREWALL_AC_MAX
Value: 0x04
Maximum value for testing purposes.

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)

See also

INET_FIREWALL_AC_CHANGE