WinCPICCleanup
The WinCPICCleanup function terminates and deregisters an application from a Microsoft® Windows® Common Programming Interface for Communications (CPI-C) implementation.
Syntax
BOOL WINAPI WinCPICCleanup(void);
Return Value
The return value specifies whether the deregistration was successful. If the value is not zero, the application was successfully deregistered. The application was not deregistered if a value of zero is returned.
Remarks
Use WinCPICCleanup to indicate deregistration of a Windows CPI-C application from a Windows CPI-C implementation.