MediaQueryEngine_t::CreateNewQuery (Windows CE 5.0)
The CreateNewQuery function returns a MediaQuery_t object. Through the MediaQuery_t object, you can get the media items for the search as specified in theQueryParams.
Syntax
MediaQuery_t CreateNewQuery(constQueryParams_t &QueryParams);
Parameters
- QueryParams
The parameters for the new media query.
Return Value
This method returns a MediaQuery_t object.
Remarks
Call IsValid on the returned MediaQuery_t to make sure it is valid. If the returned MediaQuery_t object is not valid, call GetLastError to find out reason for the failure.
Requirements
OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: MediaQueryEngine.hpp.
Link Library: MQELib.lib.
See Also
MediaQueryEngine_t | QueryParams_t
Send Feedback on this topic to the authors