[This is preliminary documentation and subject to change.]
The RtmDeregisterClient function deregisters the client, and frees resources associated with the client.
DWORD RtmDeregisterClient(
HANDLE ClientHandle // handle that identifies the client
);
This function removes all routes that were added by the client.
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in rtm.h.
Import Library: Link with rtm.lib.