Contents Index Topic Contents | ||
Previous Topic: IHTMLImgElement::put_useMap Next Topic: IHTMLImgElement::get_mimeType |
IHTMLImgElement::get_useMap
HRESULT get_useMap( BSTR *p );Retrieves the URL used as a client-side image map. The URL includes the bookmark extension (#name), if any.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the URL.
See also put_useMap
IHTMLImgElement::put_useMap
HRESULT put_useMap( BSTR v );Identifies a URL, often with a bookmark extension (#name), to use as a client-side image map.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the URL.
See also get_useMap
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.