IHTMLOptionsHolder::get_errorCharacterIHTMLOptionsHolder::get_errorCharacter*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLOptionsHolder::put_errorCharacter
*Next Topic: IHTMLOptionsHolder::put_errorCode

IHTMLOptionsHolder::get_errorCharacter


HRESULT get_errorCharacter(
    long *p
);

Retrieves the count of the character on the line where an error occurred.

p
Address of a variable that receives the error code.

See also put_errorCharacter

Up Top of Page


IHTMLOptionsHolder::put_errorCharacter


HRESULT put_errorCharacter(
    long v 
);

Sets the count of the character on the line where an error occurred.

v
Value specifying the error code.

See also get_errorCharacter


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