This topic has not yet been rated - Rate this topic

NetworkIsolationEnumerateAppContainerRules function

The NetworkIsolationEnumerateAppContainerRules function enumerates all of the rules related to app containers.

Syntax


HRESULT NetworkIsolationEnumerateAppContainerRules(
  _Out_  IEnumVARIANT **newEnum
);

Parameters

newEnum [out]

Type: IEnumVARIANT**

Enumerator interface of an INetFwRule3 object that represents the rules enforcing app containers.

Return value

Type: HRESULT

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Netfw.h

DLL

Api-ms-win-net-isolation-l1.dll

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.