Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Represents the HTTP status code returned by a request.
Syntax
HRESULT get_status( long * plVal);
Parameters
- plVal
- [out] Returned status code, as a long integer.
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
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.