IAPI::ReadBinaryBytes

property ReadBinaryBytes.

Retrieves the amount of read bytes after reading binary data with ReadBinaryFile().

 

HRESULT ReadBinaryBytes(
  long hBinaryFile,
  long * pVal
);

Parameters

hBinaryFile

[in] .   Handleof binary file

pVal

[out, retval]

The returned value is the amount of bytes.

0 means the end of binary 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