[This is preliminary documentation and subject to change.]
The GetInterfaceConfigInfo function gets the configuration information kept by the routing protocol for a specific interface.
DWORD GetInterfaceConfigInfo(
ULONG InterfaceIndex, // the index of the interface
PVOID InterfaceInfo, // buffer for interface information
PULONG InterfaceInfoSize // size of the buffer for interface
// information
);
On input: This variable contains the size, in bytes, of the buffer provided to receive the configuration information.
On output: This variable contains the size, in bytes, of the data placed in the buffer. If the initial size was not large enough, this variable contains the size required to hold all of the data.
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in routprot.h.
Import Library: user-defined.
GetInterfaceConfigInfo Sample, SetInterfaceConfigInfo