IASHTMLControlNotifySink::InlineImage
This method is invoked when an inline image is encountered.
Syntax
HRESULT InlineImage ( IASHTMLControl *pControl, BSTR bstrTarget,
DWORD dwCookie );
Parameters
- pControl
- Pointer to the active HTML control.
- bstrTarget
- HTML-formatted target string.
- dwCookie
- Specifies a cookie that identifies the image. It is passed to the application through the IASHTMLControlNotifySink::InlineImage function when an image is encountered.
Return Values
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.