Contents Index Topic Contents | ||
Previous Topic: IHTMLMetaElement::put_content Next Topic: IHTMLMetaElement::put_name |
IHTMLMetaElement::get_content
HRESULT get_content( BSTR *p );Retrieves meta-information to be associated with the given name or HTTP response header.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the meta-information.
See also put_content
IHTMLMetaElement::put_content
HRESULT put_content( BSTR v );Sets meta-information to be associated with the given name or HTTP response header.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the meta-information.
See also get_content
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.