NetworkIsolationUnregisterForAppContainerChanges function (netfw.h)

The NetworkIsolationUnregisterForAppContainerChanges function is used to cancel an app container change registration and stop receiving notifications.

Syntax

DWORD NetworkIsolationUnregisterForAppContainerChanges(
  [in] HANDLE registrationObject
);

Parameters

[in] registrationObject

Type: HANDLE

Handle to the previously created registration.

Return value

Type: DWORD

Returns ERROR_SUCCESS if successful, or an error value otherwise.

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

NetworkIsolationRegisterForAppContainerChanges