CTI32 Class Library

cti.FileClose Method 

Closes a file you have previously opened with CTIFileOpen.

[Visual Basic]
Public Shared Function FileClose( _
   ByVal handle As Integer _
) As Integer
[C#]
public static int FileClose(
   int handle
);

Parameters

handle
The file handle returned from CTIFileOpen

Return Value

0=Successful otherwise error

See Also

cti Class | CTI32NetLib Namespace