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.
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_DOMAINValue: 0x1 Profile type is domain. |
NET_FW_PROFILE2_PRIVATEValue: 0x2 Profile type is private. This profile type is used for home and other private network types. |
NET_FW_PROFILE2_PUBLICValue: 0x4 Profile type is public. This profile type is used for public Internet access points. |
NET_FW_PROFILE2_ALLValue: 0x7fffffff |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | icftypes.h |