MESSAGE

[This is preliminary documentation and subject to change.]

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

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.

See Also

DoUpdateRoutes, DoUpdateServices, GetEventMessage, UPDATE_COMPLETE_MESSAGE