- Contents
SOAP Notifier COM API Developer's Guide
ISOAPResponse::WritePayload Method
Synopsis
This method writes payload data to an ISequentialStream passed as an argument.
Function Prototype
HRESULT WritePayload(
[in] IUnknown* pObject
);
C/C++ Syntax
HRESULT WritePayload(IUnknown* pObject);
Parameters
pObject
IUnknown pointer to an ISequentialStream object.