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.
RTMv2 functions are written with the following assumptions.
- RTMv2 functions do not allocate memory for the client. The client must always allocate memory.
- When a client is unregistering, it must perform clean-up operations itself, such as releasing all memory allocated.
- Clients must release handles correctly; memory leaks can occur if a client does not observe this practice.