IHTMLOptionsHolder::get_errorDebugIHTMLOptionsHolder::get_errorDebug*
*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.

p
Address of a variable that receives TRUE to debug this error, or FALSE to not.

See also put_errorDebug

Up Top of Page


IHTMLOptionsHolder::put_errorDebug


HRESULT put_errorDebug(
    VARIANT_BOOL v 
);

Set the Boolean value indicating whether to debug this error or not.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.