IAPI::HttpGetReadBufferAsBSTR

property HttpGetReadBufferAsBSTR.

Retrieves Web file read contents as BSTR string.

 

HRESULT HttpGetReadBufferAsBSTR(
  long httpFileHandle,
  BSTR *pVal
);

Parameters

httpFileHandle

[in] .   Handle of Web file

pVal

[out, retval] The returned value is the read buffer formated as BSTR

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