- Contents
SOAP Notifier COM API Developer's Guide
ISOAPRequest::GetProperty Method
Synopsis
Retrieves a supplemental SOAP request property.
Each SOAP request is packaged into a eSOAP_REQUEST_OBJECT object. The component sends the notification and unpacks the Response message (eSOAP_RESPONSE_OBJECT).
Function Prototype
HRESULT GetProperty(
[in] BSTR bstrName,
[out, retval] VARIANT* pvtResult
);
C/C++ Syntax
HRESULT GetProperty(BSTR bstrName, VARIANT* pvtResult);
Parameters
bstrName
The input parameter is a string containing the property name to retrieve.
pvtResult
The return value is a VARIANT containing the value of the named property.