IRTCPresenceDevice2::get_DeviceID (Windows Embedded CE 6.0)
1/6/2010
The get_DeviceID property gets the device ID of the presence device.
Syntax
HRESULT get_DeviceID( BSTR* pbstrDeviceID);
Parameters
- pbstrDeviceID
[out] Pointer to a BSTR containing the device ID of the presence device. The caller is responsible for releasing this memory with SysFreeString. Note that the device ID is case-sensitive.
Return Value
This method can return an RTC_E_ constant. The following table shows additional return values and additional information about a specific return value.
Value | Meaning |
---|---|
RTC_E_INVALID_ID |
The device ID is invalid. |
RTC_E_NOT_EXIST |
No device ID is present. |
Requirements
Header | rtccore.h, rtccore.idl |
Windows Embedded CE | Windows Embedded CE 6.0 |