FLEndSession        Method to terminate a FileLink session

Top  Previous  Next

 

Overview

Method to terminate a named session between FileLink and a user-written application.

 

C++ Definition

long FLEndSession( )

 

VB Definition

FLEndSession() As Long

 

Return Value

The numeric result code indicating the success or failure in terminating a session with FileLink.

 

Returns FL_ERROR_SUCCESS if a session is successfully terminated.

 

Returns FL_ERROR_VAR_NOT_FOUND if the variable is not defined.

 

See COM/OLE Return Codes for a complete list of possible return values.

 

Parameters

None.

 

Remarks

This returns after FileLink terminates.