IASHTMLControlNotifySink::Meta

This method is invoked when a META tag is encountered.

Syntax

HRESULT Meta( IASHTMLControl *pControl, BSTR bstrHTTPEQUIV,
BSTR bstrContent );

Parameters

pControl
Pointer to the active HTML control.
bstrHTTPEQUIV
String containing the value of the HTTP-EQUIV attribute of the META tag.
bstrContent
String containing the value of the CONTENT attribute of the META tag.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.