IAPI::WriteFastTextFile

property WriteFastTextFile.

Writes regular string data (without 0 character) into a text file, by appending at the end of file.

 

HRESULT WriteFastTextFile(
  long hFastTextFile,
  BSTR Data,
  long *pVal
);

Parameters

hFastTextFile

[in] .   Handle of text file

Data

[in] .   String data

pVal

[out, retval] The returned value is the amount of bytes

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