- Contents
SOAP Notifier COM API Developer's Guide
ISOAPResponse::Success Property
get_Success
Returns True if the request was successfully executed on the server; otherwise False.
Function Prototype
HRESULT Success(
[out, retval] VARIANT_BOOL* pbResult
);
C/C++ Syntax
HRESULT get_Success(VARIANT_BOOL* pbResult);
Parameters
pbResult
True if the request was successfully executed on the server; otherwise False.