IWMDMDevice2 interface (mswmdm.h)

The IWMDMDevice2 interface extends IWMDMDevice by making it possible to get the video formats supported by a device, find storage from its name, and use property pages.

Inheritance

The IWMDMDevice2 interface inherits from IWMDMDevice. IWMDMDevice2 also has these types of members:

Methods

The IWMDMDevice2 interface has these methods.

 
IWMDMDevice2::GetCanonicalName

The GetCanonicalName method retrieves the canonical name of the device.
IWMDMDevice2::GetFormatSupport2

The GetFormatSupport2 method retrieves the formats supported by the device, including audio and video codecs, and MIME file formats.
IWMDMDevice2::GetSpecifyPropertyPages

The GetSpecifyPropertyPages method retrieves the property page for the device. Property pages can be used to report device-specific properties and branding information.
IWMDMDevice2::GetStorage

The GetStorage method searches the immediate children of the root storage for a storage with the given name.

Requirements

Requirement Value
Target Platform Windows
Header mswmdm.h

See also

IWMDMDevice Interface

IWMDMDevice3 Interface

Interfaces for Applications