INetFwAuthorizedApplication::get_ProcessImageFileName 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.]

Specifies the process image file name for this application.

This property is read/write.

Syntax

HRESULT get_ProcessImageFileName(
  BSTR *imageFileName
);

Parameters

imageFileName

Return value

None

Remarks

The image file name must be a fully qualified path and reference an existing application. The name may contain environment variables.

This property is required.

A demonstration of this property can be found in the VBScript code example Adding an Application.

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

Adding an Application

INetFwAuthorizedApplication