SearchBy_e (Windows Embedded CE 6.0)
1/5/2010
This enumeration provides values that indicate criteria that the media query engine can use when searching for media.
Syntax
enum SearchBy_e {
SearchBy_None = 0,
SearchBy_Title,
SearchBy_Artist,
SearchBy_Actor,
SearchBy_Album,
SearchBy_Genre,
SearchBy_Date
};
Elements
- SearchBy_None
Indicates that no search criteria is specified.
- SearchBy_Title,
Indicates that the title of the media is part of the search criteria.
- SearchBy_Artist,
Indicates that the artist of the media is part of the search criteria.
- SearchBy_Actor,
Indicates that the actor of the media is part of the search criteria.
- SearchBy_Album,
Indicates that the album of the media is part of the search criteria.
- SearchBy_Genre,
Indicates that the genre of the media is part of the search criteria.
- SearchBy_Date
Indicates that the date of the media is part of the search criteria.
Requirements
Header | mediaqueryengine.hpp |
Library | MQELib.lib |
Windows Embedded CE | Windows CE 5.0 Networked Media Device Feature Pack and later |