Feedback

  • Contents
 

ISOAPResponse::Payload Property

get_Payload

Returns an IUnknown pointer to an object that implements IStream, so that you can access the object's SOAP response payload data.

Function Prototype

HRESULT Payload(

   [out, retval] IUnknown** ppResult

);

C/C++ Syntax

HRESULT get_Payload(IUnknown** ppResult);

Parameters

ppResult

IUnknown pointer to an IStream object.