IAPI::OpenFastTextFile

property OpenFastTextFile.

Opens an existing file or creates a new file in text mode

 

HRESULT OpenFastTextFile(
  BSTR LogFileName,
  long *pVal
);

Parameters

LogFileName

[in] .   Full filename

pVal

[out, retval] The returned value is a handle of text file

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI