QueryEngineState_e (Windows CE 5.0)

Send Feedback

This enumeration provides values that indicate the media query engines state.

enum   QueryEngineState_e {
  UnInitialized = 0,
  Error,
  Stopped,
  Running
};

Elements

  • UnInitialized
    Indicates that no memory has been allocated for the media query engine.
  • Error
    Indicates that an error occurred during a state transition, for example, a memory allocation error.
  • Stopped
    Indicates that the media query engine has allocated memory to support event sink registration.
  • Running
    Indicates that the media query engine has allocated all the resources it needs and that it is now actively searching for UPnP servers, delivering events, and making media queries as requested.

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.