Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_DOMAINValue: 0 Profile type is domain. |
NET_FW_PROFILE_STANDARDProfile type is standard. |
NET_FW_PROFILE_CURRENTProfile type is current. |
NET_FW_PROFILE_TYPE_MAXUsed 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 |