Share via


DeviceStatus_e (Windows Embedded CE 6.0)

1/5/2010

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

Syntax

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

Header mediaqueryengine.hpp
Library MQELib.lib
Windows Embedded CE Windows CE 5.0 Networked Media Device Feature Pack and later

See Also

Concepts

Media Query Engine Enumerations