HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)

CPI-C Calls
WinCPICCleanup
Chapter 3304
WinCPICCleanup
For Windows The application uses this function to unregister as a Windows CPI-C
user, after it has finished issuing CPI-C calls.
Function Call
BOOL WINAPI WinCPICCleanup (void);
Supplied Parameters
There are no supplied parameters for this call.
Returned Values
The return value from the function is one of the following:
TRUE The application was unregistered successfully.
FALSE An error occurred during processing of the call, and the
application was not unregistered. Check the log files for
messages indicating the cause of the failure.
End of Section