Share via


QueryParams_t::QueryParams_t (Windows Embedded CE 6.0)

1/5/2010

The QueryParams_t method allows you to set the criteria for a query.

Syntax

QueryParams_t (
  MediaType_e MediaType, 
  SearchBy_e SearchBy, 
  WCHAR* pSearchString, 
  SortBy_e SortBy, 
  int BatchSize, 
  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

Header mediaqueryengine.hpp
Library MQELib.lib
Windows Embedded CE Windows CE 5.0 Networked Media Device Feature Pack and later

See Also

Reference

QueryParams_t