NET_FW_PROFILE_TYPE2 enumeration (icftypes.h)

The NET_FW_PROFILE_TYPE2 enumerated type specifies the type of profile.

Syntax

typedef enum NET_FW_PROFILE_TYPE2_ {
  NET_FW_PROFILE2_DOMAIN = 0x1,
  NET_FW_PROFILE2_PRIVATE = 0x2,
  NET_FW_PROFILE2_PUBLIC = 0x4,
  NET_FW_PROFILE2_ALL = 0x7fffffff
} NET_FW_PROFILE_TYPE2;

Constants

 
NET_FW_PROFILE2_DOMAIN
Value: 0x1
Profile type is domain.
NET_FW_PROFILE2_PRIVATE
Value: 0x2
Profile type is private. This profile type is used for home and other private network types.
NET_FW_PROFILE2_PUBLIC
Value: 0x4
Profile type is public. This profile type is used for public Internet access points.
NET_FW_PROFILE2_ALL
Value: 0x7fffffff

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header icftypes.h

See also

Windows Firewall with Advanced Security Enumerated Types

Windows Firewall with Advanced Security Reference