Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 369 Bytes

hydration_search_result.md

File metadata and controls

10 lines (7 loc) · 369 Bytes

Search Result

SearchResult are the objects used to retrieve the information sent by the browser, defined in the search requirements.

CWebHyDrationSearchResult * name = result_module.get_search_by_name(bridge,"name");
char *first_result_of_name = result_module.get_string(name,0);

This example demonstrates how to retrieve search results from the browser.