Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MESSAGE union (routprot.h)

The MESSAGE union contains information about an event reported to the router manager through the routing protocol's message queue.

Syntax

typedef union _MESSAGE {
 UPDATE_COMPLETE_MESSAGE UpdateCompleteMessage;
 DWORD InterfaceIndex;
} MESSAGE, *PMESSAGE;

Members

UpdateCompleteMessage

Provides information associated with an UPDATE_COMPLETE event.

InterfaceIndex

Identifies the interface associated with a SAVE_INTERFACE_CONFIG_INFO event.

Requirements

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

See also

DoUpdateRoutes

DoUpdateServices

GetEventMessage

Routing Protocol Interface Reference

Routing Protocol Interface Structures

UPDATE_COMPLETE_MESSAGE


Feedback

Was this page helpful?

Additional resources