Share via


SearchBy_e (Windows CE 5.0)

Send Feedback

This enumeration provides values that indicate criteria that the media query engine can use when searching for media.

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

OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: MediaQueryEngine.hpp.
Link Library: MQELib.lib.

See Also

Media Query Engine Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.