NET_INTERFACE_CONTEXT structure (ondemandconnroutehelper.h)

The interface context that is part of the NET_INTERFACE_CONTEXT_TABLE structure.

Syntax

typedef struct _NET_INTERFACE_CONTEXT {
  ULONG  InterfaceIndex;
  LPWSTR ConfigurationName;
} NET_INTERFACE_CONTEXT;

Members

InterfaceIndex

The interface index.

ConfigurationName

The configuration name.

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_TABLE