StopProtocol

[This is preliminary documentation and subject to change.]

The StopProtocol function causes the routing protocol to perform an orderly shutdown.

DWORD StopProtocol(void); 
 

Return Values

NO_ERROR
The routing protocol shutdown successfully (synchronous completion).
ERROR_PROTOCOL_STOP_PENDING
The routing protocol has initiated the shutdown process. The protocol will report the results through the event-message queue.

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

GetEventMessage, StartProtocol, StopProtocol Sample