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:
UpdateStatus
Indicates the result of the update operation.
Value | Meaning |
---|---|
|
The update was completed successfully. |
|
The update was unsuccessful. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | routprot.h |