NET_FW_PROFILE_TYPE enumeration (icftypes.h)

Note

The Windows Firewall API is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. For Windows Vista and later, use of the Firewall with Advanced SecurityWindows API is recommended.

The NET_FW_PROFILE_TYPE enumerated type specifies the type of profile.

Syntax

typedef enum NET_FW_PROFILE_TYPE_ {
  NET_FW_PROFILE_DOMAIN = 0,
  NET_FW_PROFILE_STANDARD,
  NET_FW_PROFILE_CURRENT,
  NET_FW_PROFILE_TYPE_MAX
} NET_FW_PROFILE_TYPE;

Constants

 
NET_FW_PROFILE_DOMAIN
Value: 0
Profile type is domain.
NET_FW_PROFILE_STANDARD
Profile type is standard.
NET_FW_PROFILE_CURRENT
Profile type is current.
NET_FW_PROFILE_TYPE_MAX
Used for boundary checking only. Not valid for application programming.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2 [desktop apps only]
Minimum supported server None supported
Header icftypes.h

See also

Windows Firewall Enumerated Types

Windows Firewall Reference