IWMDMDevice3 Interface
The IWMDMDevice3 interface extends IWMDMDevice2 by providing ability to query properties and capabilities of the device with regard to an object format.
In addition to the methods inherited from IWMDMDevice2, the IWMDMDevice3 interface exposes the following methods.
Method | Description |
DeviceIoControl | Sends a Device I/O Control (IOCTL) code to the device. |
FindStorage | Finds a storage when given the persistent unique identifier for that storage. |
GetFormatCapability | Retrieves device capabilities for a specified format. |
GetProperty | Retrieves device-specific properties. |
SetProperty | Sets device-specific properties that are writable. |
See Also