[This is preliminary documentation and subject to change.]
The SetGlobalInfo function sets the global (as opposed to interface-specific) configuration information kept by the routing protocol. The format of this information is specific to the routing protocol.
DWORD SetGlobalInfo(
PVOID GlobalInfo // address of GlobalInfo block
);
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in routprot.h.
Import Library: user-defined.
GetInterfaceConfigInfo, GetGlobalInfo, SetGlobalInfo Sample