Click to return to the XML (Extensible Markup Language) home page    
IXMLHttpRequest::setReque...     IXMLHttpRequest::statusTe...     IXMLHttpRequest Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXMLHttpRequest::get_status Method


Represents the HTTP status code returned by a request.

Visual Basic Syntax

lValue = oXMLHttpRequest.status

C/C++ Syntax

HRESULT get_status(
    long *plVal);

Parameters

plVal
[out] Returned status code, as a long integer.

C/C++ Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

The results of this method are valid only after the send method has been successfully completed.

See Also

statusText



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.