NET_INTERFACE_CONTEXT_TABLE structure (ondemandconnroutehelper.h)

The table of NET_INTERFACE_CONTEXT structures.

Syntax

typedef struct _NET_INTERFACE_CONTEXT_TABLE {
  HANDLE                InterfaceContextHandle;
  UINT                  NumberOfEntries;
  NET_INTERFACE_CONTEXT *InterfaceContextArray;
} NET_INTERFACE_CONTEXT_TABLE;

Members

InterfaceContextHandle

A handle to the interface context.

NumberOfEntries

The number of entries in the table.

InterfaceContextArray

An array of NET_INTERFACE_CONTEXT structures.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header ondemandconnroutehelper.h

See also

GetInterfaceContextTableForHostName

NET_INTERFACE_CONTEXT