Skip to content

Latest commit

 

History

History
86 lines (72 loc) · 4.36 KB

nf-netfw-inetfwauthorizedapplication-put_remoteaddresses.md

File metadata and controls

86 lines (72 loc) · 4.36 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:netfw.INetFwAuthorizedApplication.put_RemoteAddresses
INetFwAuthorizedApplication::put_RemoteAddresses (netfw.h)
Specifies a set of the remote addresses from which the application can listen for traffic. (Put)
INetFwAuthorizedApplication interface [ICS/ICF]
RemoteAddresses property
INetFwAuthorizedApplication.RemoteAddresses
INetFwAuthorizedApplication.put_RemoteAddresses
INetFwAuthorizedApplication::RemoteAddresses
INetFwAuthorizedApplication::get_RemoteAddresses
INetFwAuthorizedApplication::put_RemoteAddresses
RemoteAddresses property [ICS/ICF]
RemoteAddresses property [ICS/ICF]
INetFwAuthorizedApplication interface
ics.inetfwauthorizedapplication_remoteaddresses
netfw/INetFwAuthorizedApplication::RemoteAddresses
netfw/INetFwAuthorizedApplication::get_RemoteAddresses
netfw/INetFwAuthorizedApplication::put_RemoteAddresses
put_RemoteAddresses
ics\inetfwauthorizedapplication_remoteaddresses.htm
ics
56e51590-8cde-4c7d-8034-bc13f16f2617
12/05/2018
INetFwAuthorizedApplication interface [ICS/ICF],RemoteAddresses property, INetFwAuthorizedApplication.RemoteAddresses, INetFwAuthorizedApplication.put_RemoteAddresses, INetFwAuthorizedApplication::RemoteAddresses, INetFwAuthorizedApplication::get_RemoteAddresses, INetFwAuthorizedApplication::put_RemoteAddresses, RemoteAddresses property [ICS/ICF], RemoteAddresses property [ICS/ICF],INetFwAuthorizedApplication interface, ics.inetfwauthorizedapplication_remoteaddresses, netfw/INetFwAuthorizedApplication::RemoteAddresses, netfw/INetFwAuthorizedApplication::get_RemoteAddresses, netfw/INetFwAuthorizedApplication::put_RemoteAddresses, put_RemoteAddresses
netfw.h
Windows
Windows Vista, Windows XP with SP2 [desktop apps only]
Windows Server 2003 with SP1 [desktop apps only]
FirewallAPI.dll; Hnetcfg.dll on Windows XP with SP2
Windows
19H1
INetFwAuthorizedApplication::put_RemoteAddresses
netfw/INetFwAuthorizedApplication::put_RemoteAddresses
c++
APIRef
kbSyntax
COM
FirewallAPI.dll
Hnetcfg.dll
INetFwAuthorizedApplication.RemoteAddresses
INetFwAuthorizedApplication.get_RemoteAddresses
INetFwAuthorizedApplication.put_RemoteAddresses

INetFwAuthorizedApplication::put_RemoteAddresses

-description

[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 a set of the remote addresses from which the application can listen for traffic.

This property is read/write.

-parameters

-remarks

The remoteAddrs parameter consists of one or more comma-delimited tokens specifying the remote addresses from which the application can listen for traffic. The default value is "*".

Valid tokens:

  • "*": any remote address; if present, it must be the only token.
  • "LocalSubnet": not case-sensitive; specifying more than once has no effect.
  • subnet: may be specified using either subnet mask or network prefix notation. If neither a subnet mask nor a network prefix is specified, the subnet mask defaults to 255.255.255.255. Examples of valid subnets: 10.0.0.2/255.0.0.0 10.0.0.2/8 10.0.0.2
  • Windows Vista: A valid IPv6 address.
  • Windows Vista: An IPv4 address range in the format "start address - end address."
  • Windows Vista: An IPv6 address range in the format "start address - end address."
For a predefined address range, use the Scope property.

-see-also

INetFwAuthorizedApplication