NetworkIsolationGetAppContainerConfig function
The NetworkIsolationGetAppContainerConfig function is used to retrieve configuration information about one or more app containers.
Syntax
DWORD NetworkIsolationGetAppContainerConfig( _Out_ DWORD *pdwNumPublicAppCs, _Out_ PSID_AND_ATTRIBUTES *appContainerSids );
Parameters
- pdwNumPublicAppCs [out]
-
Type: DWORD*
The number of app containers in the appContainerSids member.
- appContainerSids [out]
-
Type: PSID_AND_ATTRIBUTES*
The security identifiers (SIDs) of app containers that are allowed to send loopback traffic. Used for debugging purposes.
Return value
Type: DWORD
Returns ERROR_SUCCESS if successful, or an error value otherwise.
Requirements
|
Minimum supported client | Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [desktop apps only] |
|
Header |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 10/26/2012
