IHTMLOptionsHolder::get_errorCodeIHTMLOptionsHolder::get_errorCode*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLOptionsHolder::put_errorCode
*Next Topic: IHTMLOptionsHolder::put_errorMessage

IHTMLOptionsHolder::get_errorCode


HRESULT get_errorCode(
    long *p 
);

Retrieves the current error code for the error being reported.

p
Address of a variable that receives the error code.

See also put_errorCode

Up Top of Page


IHTMLOptionsHolder::put_errorCode


HRESULT put_errorCode(
    long v 
);

Sets the error code for the error being reported.

v
Value specifying the error code.

See also get_errorCode


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