This topic has not yet been rated - Rate this topic

INetFwPolicy2::Rules property

Retrieves the collection of firewall rules.

This property is read-only.

Syntax


HRESULT get_Rules(
  [out]  INetFwRules **rules,
  [out]  INetFwRules rules
);

Property value

The collection of firewall rules.

Error codes

If the method succeeds, the return value is S_OK.

If the method fails, the return value is one of the following error codes.

NameMeaning
E_POINTER

The method failed due to an invalid pointer.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Netfw.h

DLL

FirewallAPI.dll

See also

INetFwPolicy2
INetFwRules

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.