Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The RTM_EVENT_TYPE enumeration enumerates the events that the routing table manager can notify the client about using the RTM_EVENT_CALLBACK callback.
typedef enum _RTM_EVENT_TYPE {
RTM_ENTITY_REGISTERED,
RTM_ENTITY_DEREGISTERED,
RTM_ROUTE_EXPIRED,
RTM_CHANGE_NOTIFICATION
} RTM_EVENT_TYPE, *PRTM_EVENT_TYPE;
RTM_ENTITY_REGISTERED A client has just registered with the routing table manager. |
RTM_ENTITY_DEREGISTERED A client has just unregistered. |
RTM_ROUTE_EXPIRED A route has timed out. |
RTM_CHANGE_NOTIFICATION A change notification has been made. |
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | rtmv2.h |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today