Contents Index Topic Contents | ||
Previous Topic: IHTMLOptionsHolder::put_errorDebug Next Topic: IHTMLOptionsHolder::put_productVersion |
IHTMLOptionsHolder::get_errorDebug
HRESULT get_errorDebug( VARIANT_BOOL *p );Retrieves the Boolean value indicating whether to debug this error.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives TRUE to debug this error, or FALSE to not.
See also put_errorDebug
IHTMLOptionsHolder::put_errorDebug
HRESULT put_errorDebug( VARIANT_BOOL v );Set the Boolean value indicating whether to debug this error or not.
- Returns S_OK if successful, or an error value otherwise.
- v
- Boolean value specifying whether to debug this error. If set to TRUE, the error is debugged; if FALSE, it is not.
See also get_errorDebug
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.