IHTMLOptionsHolder::get_errorMessageIHTMLOptionsHolder::get_errorMessage*
*



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.

p
Address of a string variable that receives the error text.

See also put_errorMessage

Up Top of Page


IHTMLOptionsHolder::put_errorMessage


HRESULT put_errorMessage(
    BSTR v 
);

Sets the string text for the error message to be displayed.

v
String variable specifying the error text.

See also get_errorMessage


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