INetFwPolicy2::put_FirewallEnabled method (netfw.h)
Indicates whether a firewall is enabled locally (the effective result may differ due to group policy settings).
This property is read/write.
Syntax
HRESULT put_FirewallEnabled(
NET_FW_PROFILE_TYPE2 profileType,
VARIANT_BOOL enabled
);
Parameters
profileType
enabled
Return value
None
Remarks
When you pass a profile type obtained from the CurrentProfileTypes property, make sure that you pass only one profile type to get_FirewallEnabled and put_FirewallEnabled. Note that get_CurrentProfileTypes can return multiple profiles.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | netfw.h |
DLL | FirewallAPI.dll |