Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |