Songbird WMDM Utilities Definitions. More...
#include <nsStringGlue.h>#include <mswmdm.h>Go to the source code of this file.
Functions | |
| nsresult | sbWMDMGetDeviceFromDeviceInstanceID (nsAString &aDeviceInstanceID, IWMDMDevice **aDevice) |
| nsresult | sbWMDMGetDeviceManager (IWMDeviceManager **aDeviceManager) |
Songbird WMDM Utilities Definitions.
Definition in file sbWMDMUtils.h.
| nsresult sbWMDMGetDeviceFromDeviceInstanceID | ( | nsAString & | aDeviceInstanceID, |
| IWMDMDevice ** | aDevice | ||
| ) |
Return in aDevice the WMDM device with the device instance ID specified by aDeviceInstanceID.
| aDeviceInstanceID | Instance ID of WMDM device. |
| aDevice | Returned WMDM device. |
Definition at line 72 of file sbWMDMUtils.cpp.
| nsresult sbWMDMGetDeviceManager | ( | IWMDeviceManager ** | aDeviceManager | ) |
Return in aDeviceManager the Windows media device manager.
| aDeviceManager | Windows media device manager. |
Definition at line 155 of file sbWMDMUtils.cpp.