UPDATE_COMPLETE_MESSAGE structure (routprot.h)

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

Syntax

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. This member is one of the following values:

Value Meaning
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.

Value Meaning
NO_ERROR
The update was completed successfully.
ERROR_CAN_NOT_COMPLETE
The update was unsuccessful.

Requirements

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

See also

MESSAGE

Routing Protocol Interface Reference

Routing Protocol Interface Structures