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 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 |