[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;
DoUpdateRoutes, DoUpdateServices, GetEventMessage, UPDATE_COMPLETE_MESSAGE