Contents Index Topic Contents | ||
Previous Topic: IHTMLMetaElement::put_httpEquiv Next Topic: IHTMLMetaElement::put_content |
IHTMLMetaElement::get_httpEquiv
HRESULT get_httpEquiv( BSTR *p );Binds the content of the element to an HTTP response header.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the HTTP response header.
If omitted, the name property should be used to identify the meta-information. The httpEquiv property is not case sensitive.
See also put_httpEquiv
IHTMLMetaElement::put_httpEquiv
HRESULT put_httpEquiv( BSTR v );Binds the content of the element to an HTTP response header.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the HTTP response header.
If omitted, the name property should be used to identify the meta-information. The httpEquiv property is not case sensitive.
See also get_httpEquiv
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.