[This is preliminary documentation and subject to change.]
The StartProtocol function initializes the routing protocol's functionality. The router manager uses this function to pass the routing protocol global configuration parameters and a set of API entry points. The protocol uses these entry points to call into the router manager.
DWORD StartProtocol(
HANDLE NotificationEvent,
// handle to an event object
PSUPPORT_FUNCTIONS SupportFunctions,
// address of SUPPORT_FUNCTIONS structure
PVOID GlobalInfo // address of configuration information
);
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in routprot.h.
Import Library: user-defined.
GetEventMessage, StartProtocol Sample, StopProtocol, SUPPORT_FUNCTIONS