WinCSVCleanup()
This function terminates and deregisters an application from the CSV API.
Syntax
BOOL WINAPI WinCSVCleanup(void);
Returned Values
The return value specifies whether the deregistration was successful. If the value is not 0, Personal Communications successfully deregistered the application . Personal Communications and Communications Server did deregister the application if the value is 0.
Usage Notes
Use WinCSVCleanup() to deregister a CSV API application from the CSV API, for example, to free resources allocated to the specific application.