Contents Index Topic Contents | ||
Previous Topic: IHTMLOptionsHolder::put_errorMessage Next Topic: IHTMLOptionsHolder::put_errorDebug |
IHTMLOptionsHolder::get_errorMessage
HRESULT get_errorMessage( BSTR *p );Retrieves the string text of the error message to be displayed.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the error text.
See also put_errorMessage
IHTMLOptionsHolder::put_errorMessage
HRESULT put_errorMessage( BSTR v );Sets the string text for the error message to be displayed.
- Returns S_OK if successful, or an error value otherwise.
- v
- String variable specifying the error text.
See also get_errorMessage
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.