NetworkIsolationFreeAppContainers function (netfw.h)

The NetworkIsolationFreeAppContainers function is used to release memory resources allocated to one or more app containers

Syntax

DWORD NetworkIsolationFreeAppContainers(
  [in] PINET_FIREWALL_APP_CONTAINER pPublicAppCs
);

Parameters

[in] pPublicAppCs

Type: PINET_FIREWALL_APP_CONTAINER

The app container memory resources to be freed.

Return value

Type: DWORD

Returns ERROR_SUCCESS.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header netfw.h (include Netfw.h)
DLL Firewallapi.dll

See also

INET_FIREWALL_APP_CONTAINER