Songbird WMDM Utilities Source. More...
#include "sbWMDMUtils.h"#include "sbWindowsDeviceUtils.h"#include <WMDRMCertificate.h>#include <nsAutoPtr.h>#include <SCClient.h>Go to the source code of this file.
Functions | |
| nsresult | sbWMDMGetDeviceFromDeviceInstanceID (nsAString &aDeviceInstanceID, IWMDMDevice **aDevice) |
| nsresult | sbWMDMGetDeviceManager (IWMDeviceManager **aDeviceManager) |
Songbird WMDM Utilities Source.
Definition in file sbWMDMUtils.cpp.
| 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.