PSET_GLOBAL_INFO callback function (routprot.h)

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.

Syntax

PSET_GLOBAL_INFO PsetGlobalInfo;

DWORD PsetGlobalInfo(
  [in] PVOID GlobalInfo,
       ULONG StructureVersion,
       ULONG StructureSize,
       ULONG StructureCount
)
{...}

Parameters

[in] GlobalInfo

Pointer to a buffer that specifies the protocol-defined global configuration information.

StructureVersion

StructureSize

StructureCount

Return value

If the function succeeds, the return value is NO_ERROR.

If the function fails, the return value is one of the following error codes.

Value Description
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.
 
 

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header routprot.h

See also

GetGlobalInfo

GetInterfaceInfo

Routing Protocol Interface Functions

Routing Protocol Interface Reference