Contents Index Topic Contents | ||
Previous Topic: IHTMLOptionsHolder::put_errorCode Next Topic: IHTMLOptionsHolder::put_errorMessage |
IHTMLOptionsHolder::get_errorCode
HRESULT get_errorCode( long *p );Retrieves the current error code for the error being reported.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the error code.
See also put_errorCode
IHTMLOptionsHolder::put_errorCode
HRESULT put_errorCode( long v );Sets the error code for the error being reported.
- Returns S_OK if successful, or an error value otherwise.
- v
- Value specifying the error code.
See also get_errorCode
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.