Contents Index Topic Contents | ||
Previous Topic: IHTMLMapElement Next Topic: IHTMLMapElement::put_name |
IHTMLMapElement::get_areas
HRESULT get_areas( IHTMLAreasCollection **p );Retrieves a collection of the AREA elements defined for the given MAP element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives an interface pointer to the collection object.
See also IHTMLAreasCollection
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.