[This is preliminary documentation and subject to change.]
The GetGlobalInfo function retrieves global (as opposed to interface-specific) configuration information kept by the routing protocol.
DWORD GetGlobalInfo(
PVOID GlobalInfo // address of configuration information
PULONG GlobalInfoSize // size of configuration information
);
On input: This variable contains the size, in bytes, of the buffer pointed to by the GlobalInfo parameter.
On output: This variable contains the size, in bytes, of the data placed in the output buffer. If the initial size was not large enough, the variable contains the size required to hold all of the output data.
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in routprot.h.
Import Library: user-defined.
GetGlobalInfo Sample, SetInterfaceConfigInfo, SetGlobalInfo