Contents Index Topic Contents | ||
Previous Topic: IHTMLElement::get_children Next Topic: IHTMLElementCollection |
IHTMLElement::get_all
HRESULT get_all( IDispatch **p );Retrieves the collection of all the objects in the HTML that are within the scope of this object.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IDispatch interface of the collection.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.