IAPI::HttpGetReadBytes

property HttpGetReadBytes.

Retrieves the number of bytes which is read from the Web file.

 

HRESULT HttpGetReadBytes(
  long httpFileHandle,
  long *pVal
);

Parameters

httpFileHandle

[in] .   Handle of the Web file.

pVal

[out, retval] The returned value is the amount of read bytes or 0 if end of 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