SetGlobalInfo

[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
);
 

Parameters

GlobalInfo
Pointer to a buffer containing the protocol-defined global configuration information.

Return Values

NO_ERROR
The routing protocol set the configuration information successfully.
ERROR_CAN_NOT_COMPLETE
The routing protocol could not set the configuration information.
ERROR_INVALID_PARAMETER
The GlobalInfo parameter is NULL, or one of the parameters in the configuration information is invalid.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in routprot.h.
  Import Library: user-defined.

See Also

GetInterfaceConfigInfo, GetGlobalInfo, SetGlobalInfo Sample