Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RTM_EVENT_TYPE enumeration enumerates the events that the routing table manager can notify the client about using the RTM_EVENT_CALLBACK callback.
Syntax
typedef enum _RTM_EVENT_TYPE {
RTM_ENTITY_REGISTERED,
RTM_ENTITY_DEREGISTERED,
RTM_ROUTE_EXPIRED,
RTM_CHANGE_NOTIFICATION
} RTM_EVENT_TYPE, *PRTM_EVENT_TYPE;
Constants
RTM_ENTITY_REGISTEREDA client has just registered with the routing table manager. |
RTM_ENTITY_DEREGISTEREDA client has just unregistered. |
RTM_ROUTE_EXPIREDA route has timed out. |
RTM_CHANGE_NOTIFICATIONA change notification has been made. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | rtmv2.h |