[This is preliminary documentation and subject to change.]
The EnableInterface function tells the routing protocol that an interface is enabled. The protocol can use the interface.
DWORD EnableInterface(
ULONG InterfaceIndex // index of the interface
);
If this function is called on an interface that is bound to an adapter, the routing protocol should activate the interface.
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in routprot.h.
Import Library: user-defined.
BindInterface, DisableInterface, EnableInterface Sample