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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IHTMLElementCollection interface of the images collection.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.