PSTART_COMPLETE callback function (routprot.h)

Router Manager calls the StartComplete function to inform the routing protocol that initialization is complete and all interfaces have been added. The routing protocol should wait for this call before starting any protocol-specific behavior.

The PSTART_COMPLETE type defines a pointer to this callback function. StartComplete is a placeholder for the application-defined function name.

Syntax

PSTART_COMPLETE PstartComplete;

DWORD PstartComplete()
{...}

Parameters

This callback function has no parameters.

Return value

This function should return NO_ERROR.

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

StartProtocol