status Property (IXMLHTTPRequest) (Windows Embedded CE 6.0)
1/6/2010
Represents the HTTP status code returned by a request.
Script Syntax
lValue = oXMLHttpRequest.status;
Remarks
Script Parameters
None.
Script Return Value
Long integer. Returned status code.
C/C++ Syntax
HRESULT get_status(
long* plStatus
);
Remarks
C/C++ Parameters
- plStatus
[out, retval] Returned status code, as a long integer.
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
Header | msxml2.h, msxml2.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |
General Remarks
It represents the returned status code as a long integer. This value is valid only after the send method returns successfully.
The property is read-only, and applies to the following interface: