UPDATE_COMPLETE_MESSAGE

[This is preliminary documentation and subject to change.]

The UPDATE_COMPLETE_MESSAGE structure contains information describing the completion status of an update operation.

typedef struct _UPDATE_COMPLETE_MESSAGE {
    ULONG    InterfaceIndex;
    ULONG    UpdateType;
    ULONG    UpdateStatus;
}   UPDATE_COMPLETE_MESSAGE, *PUPDATE_COMPLETE_MESSAGE;
 

Members

InterfaceIndex
Identifies the interface over which the update was performed.
UpdateType
Indicates the type of information that was received in this update.
DEMAND_UPDATE_ROUTES
Routing information was reported to the Routing Table Manager.
DEMAND_UPDATE_SERVICES
Services information that is accessible through the Services Table Management functions provided by the routing protocol.
UpdateStatus
Indicates the result of the update operation.
NO_ERROR
The update was completed successfully
ERROR_CAN_NOT_COMPLETE
The update was unsuccessful.

See Also

MESSAGE