Share via


statusText Property (IXMLHTTPRequest) (Windows CE 5.0)

Send Feedback

Represents the HTTP response line status.

[Script]

Script Syntax

strValue= oXMLHttpRequest.statusText;

Script Parameters

None.

Script Return Value

String. HTTP response as a BSTR value.

[C/C++]

C/C++ Syntax

HRESULT get_statusText(BSTR* pbstrStatus);

C/C++ Parameters

  • pbstrStatus
    [out, retval] HTTP response as a BSTR value.

C/C++ Return Values

  • S_OK
    Value returned if successful.
  • E_FAIL
    Value returned if an error occurs.
  • E_INVALIDARG
    Value returned if the input argument is Null.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.

General Remarks

It represents the HTTP response as a BSTR value. This value is valid only after the send method returns successfully.

The property is read-only, and applies to the following interface:

IXMLHTTPRequest

See Also

IXMLHTTPRequest | send Method | status Property

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.