This structure represents a network that is associated with a firewall profile. It is used for display purposes in user interfaces.
typedef struct _tag_FW_NETWORK {
[string, unique] wchar_t* pszName;
FW_PROFILE_TYPE ProfileType;
} FW_NETWORK,
*PFW_NETWORK;
pszName: A pointer to a Unicode string that represents the name of the network.
ProfileType: The profile type that is associated with the network. The type MUST be one of the FW_PROFILE_TYPE flags, except FW_PROFILE_TYPE_ALL.