Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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 |
|---|---|
|
Routing information was reported to the routing table manager. |
|
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 |
|---|---|
|
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 |
See also
Feedback
Was this page helpful?
