IAPI::HttpGetReadBufferAsBinary

property HttpGetReadBufferAsBinary.

Retrieves Web file read contents as binary data. Then binary data size can be fetched by HttpGetReadBytes().

 

HRESULT HttpGetReadBufferAsBinary(
  long httpFileHandle,
  long *pVal
);

Parameters

httpFileHandle

[in] .   Handle of the Web file

pVal

[out, retval] The returned value is a pointer to binary data.

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