IAPI::CloseFastTextFile

method CloseFastTextFile.

Closes a text file

 

HRESULT CloseFastTextFile(
  long hFastTextFile
);

Parameters

hFastTextFile

[in] .   Handle of text file.

Return Values

S_OK

The operation was successfull.

E_UNEXPECTED

An unexpected error occoured.

E_FAIL

A general error occoured.

See Also

IAPI