INetFwAuthorizedApplications::Add 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.]
The Add method adds a new application to the collection.
Syntax
HRESULT Add(
[in] INetFwAuthorizedApplication *app
);
Parameters
[in] app
C++ | Application to add to the collection via an INetFWAuthorizedApplication object. |
VB | Application to add to the collection via an INetFWAuthorizedApplication object. |
Return value
C++
If the method succeeds the return value is S_OK.If the method fails, the return value is one of the following error codes.
Return code | Description |
---|---|
|
The operation was aborted due to permissions issues. |
|
The method failed because a parameter was not valid. |
|
The method was unable to allocate required memory. |
|
The method failed because the object is already in the collection. |
VB
If the method succeeds the return value is S_OK.If the method fails, the return value is one of the following error codes.
Return code | Description |
---|---|
|
The operation was aborted due to permissions issues. |
|
The method failed because a parameter was not valid. |
|
The method was unable to allocate required memory. |
|
The method failed because the object is already in the collection. |
Remarks
If an application with the same path already exists, the existing settings are overwritten.
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 |