FreeInterfaceContextTable function (ondemandconnroutehelper.h)

This function frees the interface context table retrieved using the GetInterfaceContextTableForHostName function.

Syntax

void FreeInterfaceContextTable(
  [in] NET_INTERFACE_CONTEXT_TABLE *InterfaceContextTable
);

Parameters

[in] InterfaceContextTable

The interface context table retrieved using the GetInterfaceContextTableForHostName function.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header ondemandconnroutehelper.h
Library OnDemandConnRouteHelper.lib
DLL OnDemandConnRouteHelper.dll

See also

GetInterfaceContextTableForHostName