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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the error code.
See also put_errorCharacter
IHTMLOptionsHolder::put_errorCharacter
HRESULT put_errorCharacter( long v );Sets the count of the character on the line where an error occurred.
- Returns S_OK if successful, or an error value otherwise.
- v
- Value specifying the error code.
See also get_errorCharacter
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.