Feedback

  • Contents
 

ISOAPRequest::Initialize Method

Synopsis

Initializes the request object and sets the transport to be used.  This method does not return a value.

Function Prototype

HRESULT Initialize(

   [in] IUnknown* pTransport

);

C/C++ Syntax

HRESULT Initialize(IUnknown* pTransport);

Parameters

pTransport

The input parameter is an IUnknown pointer to an ISOAPNotifierTransport object.  Currently this is the only transport object supported.