- Contents
SOAP Notifier COM API Developer's Guide
ISOAPResponse::WriteTransportCtrlData Method
Synopsis
This method writes transport control data to an ISequentialStream passed as an argument. If there is no transport control data, nothing is written, but the method succeeds.
Function Prototype
HRESULT WriteTransportCtrlData(
[in] IUnknown* pObject
);
C/C++ Syntax
HRESULT WriteTransportCtrlData(IUnknown* pObject);
Parameters
pObject
IUnknown pointer to an ISequentialStream object.