Share via


WMDMMessage

banner art

The WMDMMessage enumeration type defines message types and states.

Syntax

enum WMDMMessage{
  WMDM_MSG_DEVICE_ARRIVAL,
  WMDM_MSG_DEVICE_REMOVAL,
  WMDM_MSG_MEDIA_ARRIVAL,
  WMDM_MSG_MEDIA_REMOVAL
};

Members

WMDM_MSG_DEVICE_ARRIVAL

A Windows Media Device Manager device has been plugged in.

WMDM_MSG_DEVICE_REMOVAL

A Windows Media Device Manager device has been removed.

WMDM_MSG_MEDIA_ARRIVAL

Media has been inserted in a Windows Media Device Manager device.

WMDM_MSG_MEDIA_REMOVAL

Media has been removed from a Windows Media Device Manager device.

Requirements

Header: Defined in wmdm.idl.

Library: mssachlp.lib

See Also