DeviceStatus_e (Windows CE 5.0)

Send Feedback

This enumeration provides values that describe the status of a media server

enum DeviceStatus_e {
  DETACHED = 0,
  ATTACHED,
  ACTIVE
};

Elements

  • DETACHED
    Indicates that the media server is not available.
  • ATTACHED
    Indicates that the media server is available. A server with this status is eligible to become active.
  • ACTIVE
    Indicates that the server is the current content provider.

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.