Rediger

Del via


WMDMMessage enumeration

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 

};

Constants

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

Requirement Value
Header
Wmdm.idl

See also

Enumeration Types