Device Properties
The following table lists all device properties used by the Windows Media Device Manager 10 SDK.
The device properties are defined in wmdm.idl and mswmdm.idl.
Device property | Description | PROPVARIANT type(vt) | Comments |
g_wszWMDMSupportedDeviceProperties | Array of property names for properties supported by device | VT_BSTR | VT_ARRAY | |
g_wszWMDMDeviceFriendlyName | Friendly name of the device | VT_BSTR | |
g_wszWMDMFormatsSupported | Array of format codes for the formats supported by device | VT_UI4 | VT_ARRAY | |
g_wszWMDMSyncRelationshipID | Sync relationship ID used by application | VT_UI4 | |
g_wszWMDMDeviceModelName | Device model name | VT_BSTR | |
g_wszWMDMDeviceFirmwareVersion | Firmware version | VT_UI4 | |
g_wszWMDMDeviceVendorExtension | Vendor extension supported by device | VT_BSTR | |
g_wszWMDMDeviceProtocol | Protocol used for communication between host and the device | VT_CLSID | Predefined values are:
WMDM_DEVICE_PROTOCOL_MTP, WMDM_DEVICE_PROTOCOL_RAPI, WMDM_DEVICE_PROTOCOL_MSC |
g_wszWMDMDeviceServiceProviderVendor | ID of the vendor providing a Windows Media Device Manager service provider for the device | VT_CLSID | Predefined values are:
WMDM_SERVICE_PROVIDER_VENDOR_MICROSOFT |
See Also