Share via


WMDMMessage (deprecated)

banner art

This is preliminary documentation and subject to change.

This topic documents a feature of the Windows Media Device Manager SDK. We recommend that you migrate your application to use the Windows Portable Devices API. For more information, see the Windows Portable Devices SDK.

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