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
Routing Protocol Interface Reference