IAPI::GetBinaryFileCurrentPos

property GetBinaryFileCurrentPos.

Retrieves the file size or its new size after writing operation(s).

 

HRESULT GetBinaryFileCurrentPos(
  long hBinaryFile,
  long *pVal
);

Parameters

hBinaryFile

[in] .   Handle of binary file

pVal

[out, retval] The returned value is the size or the new size.

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