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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a Boolean variable that receives TRUE if the document supports expando properties, or FALSE otherwise.
See also put_expando
IHTMLDocument2::put_expando
HRESULT put_expando( VARIANT_BOOL v );Specifies whether the document supports the use of expando properties.
- Returns S_OK if successful, or an error value otherwise.
- v
- Boolean value. If TRUE, the document supports expando properties; if FALSE, it does not.
See also get_expando
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.