Contents Index Topic Contents | ||
Previous Topic: IHTMLAreaElement::get_protocol Next Topic: IHTMLAreaElement::get_shape |
IHTMLAreaElement::get_search
HRESULT get_search( BSTR *p );Retrieves the substring that follows the ? symbol in the href property of the AREA object.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the query string or form data.
See also put_search
IHTMLAreaElement::put_search
HRESULT put_search( BSTR v );Sets the substring that follows the ? symbol in the href property of the AREA object. This is the query string or form data.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the query string or form data.
See also get_search
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.