Returns an IHTMLImageElementFactory pointer that is used to create an offscreen image.
Syntax
HRESULT get_Image(
IHTMLImageElementFactory **p
);
Parameters
- p
- Address of a pointer to an IHTMLImageElementFactory interface that receives the offscreen image.
Return Value
Returns S_OK if successful, or an error code otherwise.