IASHTMLControlNotifySink::HotSpot

This method is invoked when a hot spot is encountered.

Syntax

HRESULT HotSpot( IASHTMLControl *pControl, BSTR bstrTarget, BSTR bstrData );

Parameters

pControl
Pointer to the active HTML control.
bstrTarget
HTML-formatted target string.
bstrData
HTML-formatted data string associated with the target.

Return Values

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