QueryParams_t::QueryParams_t (Windows CE 5.0)
The QueryParams_t method allows you to set the criteria for a query.
Syntax
QueryParams_t (
MediaType_eMediaType,SearchBy_eSearchBy, WCHAR*pSearchString, SortBy_eSortBy,intBatchSize,WCHAR*pFileExtList);
Parameters
- MediaType
The requested media type. - SearchBy
The attribute to search for. - pSearchString
The search string. If SearchBy is SearchBy_None., this field is ignored. - SortBy
The sort criteria for the search result. - BatchSize
The size of the batch. - pFileExtList
The semi-colon separated list of extensions. This allows you to limit the query result to the extensions specified in this list. You can set this pointer to NULL.
Return Value
None.
Requirements
OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: MediaQueryEngine.hpp.
Link Library: MQELib.lib.
See Also
Send Feedback on this topic to the authors