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