IHTMLDocument2::get_imagesIHTMLDocument2::get_images*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLDocument2::get_activeElement
*Next Topic: IHTMLDocument2::get_applets

IHTMLDocument2::get_images


HRESULT get_images(
    IHTMLElementCollection **p
);

Retrieves a pointer to the IHTMLElementCollection interface of the zero-based collection of all the images in an HTML document. The images are in the same order as they appear in the document.

p
Address of a pointer to the IHTMLElementCollection interface of the images collection.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.