INetFwAuthorizedApplication::get_Enabled method (netfw.h)

[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 Windows Firewall with Advanced Security API is recommended.]

Indicates whether the settings for this application are currently enabled.

This property is read/write.

Syntax

HRESULT get_Enabled(
  VARIANT_BOOL *enabled
);

Parameters

enabled

Return value

None

Remarks

This property can be set to false (VARIANT_FALSE) to allow application settings to be stored in the INetFWAuthorizedApplications collection without actually authorizing the application.

The default value is true (VARIANT_TRUE) for new applications.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 with SP1 [desktop apps only]
Target Platform Windows
Header netfw.h
DLL FirewallAPI.dll; Hnetcfg.dll on Windows XP with SP2

See also

INetFWAuthorizedApplications

INetFwAuthorizedApplication