Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the substring that follows the ? symbol in the current URL. This is the query string or form data.
Syntax
HRESULT get_search( BSTR *p );
Parameters
- p
- Address of a variable that receives the query string or form data.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
put_search
Sets the substring that follows the ? symbol in the current URL. This is the query string or form data.
Syntax
HRESULT put_search( BSTR v );
Parameters
- v
- String specifying the query string or form data.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_search, IHTMLLocation
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.