IHTMLDocument2::get_expandoIHTMLDocument2::get_expando*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLDocument2::put_expando
*Next Topic: IHTMLDocument2::put_charset

IHTMLDocument2::get_expando


HRESULT get_expando(
    VARIANT_BOOL *p
);

Determines whether the document supports the use of expando properties.

p
Address of a Boolean variable that receives TRUE if the document supports expando properties, or FALSE otherwise.

See also put_expando

Up Top of Page


IHTMLDocument2::put_expando


HRESULT put_expando(
    VARIANT_BOOL v
);

Specifies whether the document supports the use of expando properties.

v
Boolean value. If TRUE, the document supports expando properties; if FALSE, it does not.

See also get_expando


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