INetFwPolicy2::get_ExcludedInterfaces method (netfw.h)

Specifies a list of interfaces on which firewall settings are excluded.

This property is read/write.

Syntax

HRESULT get_ExcludedInterfaces(
  NET_FW_PROFILE_TYPE2 profileType,
  VARIANT              *interfaces
);

Parameters

profileType

interfaces

Return value

None

Remarks

An excluded interface is an interface to which the firewall is not applicable. The firewall is not applicable to any traffic received from or sent to an excluded interface. An empty list indicates that there are no excluded interfaces.

When you pass a profile type obtained from the CurrentProfileTypes property, make sure that you pass only one profile type to get_ExcludedInterfaces and put_ExcludedInterfaces. Note that get_CurrentProfileTypes can return multiple profiles.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header netfw.h
DLL FirewallAPI.dll

See also

INetFwPolicy2