WinSLICleanup

The WinSLICleanup function terminates and deregisters an application using SLI verbs from a Windows LUA implementation.

BOOL WINAPI WinSLICleanup(void);

Return Values

The return code specifies whether the deregistration was successful. If the value is not zero, the application was successfully deregistered. If the value is zero, the application was not deregistered.

Remarks

Use WinSLICleanup to indicate deregistration of a Windows LUA application from a Windows LUA implementation. This function can be used, for example, to free up resources allocated to the specific application.

If WinSLICleanup is called while LUs are in session (SLI_CLOSE not issued), the cleanup code should issue an SLI_CLOSE close type ABEND for the application for all open sessions.

See Also

SLI_CLOSE, WinSLIStartup