Skip to content

Latest commit

 

History

History
83 lines (70 loc) · 3.35 KB

nf-netfw-inetfwrule-get_localaddresses.md

File metadata and controls

83 lines (70 loc) · 3.35 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.INetFwRule.get_LocalAddresses
INetFwRule::get_LocalAddresses (netfw.h)
Specifies the list of local addresses for this rule. (Get)
INetFwRule interface [ICS/ICF]
LocalAddresses property
INetFwRule.LocalAddresses
INetFwRule.get_LocalAddresses
INetFwRule::LocalAddresses
INetFwRule::get_LocalAddresses
INetFwRule::put_LocalAddresses
LocalAddresses property [ICS/ICF]
LocalAddresses property [ICS/ICF]
INetFwRule interface
get_LocalAddresses
ics.inetfwrule_localaddresses
netfw/INetFwRule::LocalAddresses
netfw/INetFwRule::get_LocalAddresses
netfw/INetFwRule::put_LocalAddresses
ics\inetfwrule_localaddresses.htm
ics
e95c6545-770b-430f-a1fc-32dcaac0eaa0
12/05/2018
INetFwRule interface [ICS/ICF],LocalAddresses property, INetFwRule.LocalAddresses, INetFwRule.get_LocalAddresses, INetFwRule::LocalAddresses, INetFwRule::get_LocalAddresses, INetFwRule::put_LocalAddresses, LocalAddresses property [ICS/ICF], LocalAddresses property [ICS/ICF],INetFwRule interface, get_LocalAddresses, ics.inetfwrule_localaddresses, netfw/INetFwRule::LocalAddresses, netfw/INetFwRule::get_LocalAddresses, netfw/INetFwRule::put_LocalAddresses
netfw.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
FirewallAPI.dll
Windows
19H1
INetFwRule::get_LocalAddresses
netfw/INetFwRule::get_LocalAddresses
c++
APIRef
kbSyntax
COM
FirewallAPI.dll
INetFwRule.LocalAddresses
INetFwRule.get_LocalAddresses
INetFwRule.put_LocalAddresses

INetFwRule::get_LocalAddresses

-description

Specifies the list of local addresses for this rule.

This property is read/write.

-parameters

-remarks

This property is optional.

Also see the restrictions on changing properties described in the Remarks section of the INetFwRule interface page.

The localAddrs parameter consists of one or more comma-delimited tokens specifying the local addresses from which the application can listen for traffic. "*" is the default value. Valid tokens include:

  • "*" indicates any local address. If present, this must be the only token included.
  • "Defaultgateway"
  • "DHCP"
  • "WINS"
  • "LocalSubnet" indicates any local address on the local subnet. This token is not case-sensitive.
  • A subnet can be specified using either the subnet mask or network prefix notation. If neither a subnet mask not a network prefix is specified, the subnet mask defaults to 255.255.255.255.
  • A valid IPv6 address.
  • An IPv4 address range in the format of "start address - end address" with no spaces included.
  • An IPv6 address range in the format of "start address - end address" with no spaces included.

-see-also

INetFwRule