method CloseFastTextFile.
Closes a text file
HRESULT CloseFastTextFile(
long hFastTextFile
long
hFastTextFile
);
[in] . Handle of text file.
S_OK
The operation was successfull.
E_UNEXPECTED
An unexpected error occoured.
E_FAIL
A general error occoured.
IAPI