Skip to content

Latest commit

 

History

History
80 lines (64 loc) · 2.51 KB

nf-netfw-networkisolationsetappcontainerconfig.md

File metadata and controls

80 lines (64 loc) · 2.51 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.NetworkIsolationSetAppContainerConfig
NetworkIsolationSetAppContainerConfig function (netfw.h)
The NetworkIsolationSetAppContainerConfig function is used to set the configuration of one or more app containers.
NetworkIsolationSetAppContainerConfig
NetworkIsolationSetAppContainerConfig function [ICS/ICF]
ics.networkisolationsetappcontainerconfig
networkisolation/NetworkIsolationSetAppContainerConfig
ics\networkisolationsetappcontainerconfig.htm
ics
88f97650-1896-43f9-acfa-f8411ded5cb8
08/02/2022
NetworkIsolationSetAppContainerConfig, NetworkIsolationSetAppContainerConfig function [ICS/ICF], ics.networkisolationsetappcontainerconfig, networkisolation/NetworkIsolationSetAppContainerConfig
netfw.h
Netfw.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Firewallapi.dll
Windows
19H1
NetworkIsolationSetAppContainerConfig
netfw/NetworkIsolationSetAppContainerConfig
c++
APIRef
kbSyntax
DllExport
firewallapi.dll
API-MS-Win-Net-Isolation-l1-1-0.dll
API-MS-Win-Net-Isolation-l1-1-1.dll
wfapihost.dll
NetworkIsolationSetAppContainerConfig

NetworkIsolationSetAppContainerConfig function

-description

The NetworkIsolationSetAppContainerConfig function is used to set the configuration of one or more app containers.

-parameters

-param dwNumPublicAppCs [in]

Type: DWORD

The number of app containers in the appContainerSids member.

-param appContainerSids [in]

Type: PSID_AND_ATTRIBUTES

The security identifiers (SIDs) of app containers that are allowed to send loopback traffic. Used for debugging purposes.

-returns

Type: DWORD

Returns ERROR_SUCCESS if successful, or an error value otherwise.

-remarks

Note that it is the calling program's responsibility to first call the NetworkIsolationGetAppContainerConfig function in order to retrieve and preserve the app container SIDs already configured to send loopback traffic.