Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
The get_DeviceID property gets the device ID of the participant.
Syntax
HRESULT get_DeviceID( BSTR* pbstrDeviceID);
Parameters
- pbstrDeviceID
[out] Pointer to a BSTR containing the device ID of the participant. 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 |