IASHTMLControl::put_HTMLNotifySink

This method receives HTML events from the control.

Syntax

HRESULT put_HTMLNotifySink ( IASHTMLControlNotifySink **ppNotify );

Parameters

ppNotify
Pointer to the pointer to the control’s notification sink.

Return Values

An appropriate HRESULT value is returned.

Remarks

HTML events that put_HTMLNotifySink might receive include requests to load images and HTML META tags.

See Also

IASHTMLControlNotifySink