HRESULT WFSCleanUp( )
Disconnects an application from the XFS Manager.
Parameters None
Mode Synchronous
Comments The WFSCleanUp call indicates disconnection of a WOSA/XFS application from the XFS Manager. This function, for example, frees resources allocated to the specific application. WFSCleanUp applies to all threads of a multi-threaded application. If WFSClose has not been issued for one or more service providers, then the XFS Manager will automatically issue the close(s). Once the WFSCleanUp has been performed, subsequent attempts to issue any WOSA/XFS function other than WFSStartUp will fail.
Error Codes If the function return is not WFS_SUCCESS, it is one of the following error conditions:
See also WFSStartUp