User`s guide
c Contents
WinHLLAPICleanup( )
This routine should be called by an application to deregister itself from a Windows HLLAPI
implementation.
BOOL WinHLLAPICleanup(void)
The return value indicates whether the deregistration was successful. It is non-zero if the application
was successfully deregistered; otherwise it is zero.
Windows HLLAPI Supplier Notes
Use the WinHLLAPICleanup( ) call to indicate deregistration of a Windows HLLAPI application
from a Windows HLLAPI implementation. This function can be used, for example, to free up resources
allocated to the specific application.
See also: WinHLLAPIStartup( )
Syntax
Returns