Share via


IRTCParticipant2::get_DeviceID

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

IRTCParticipant2

Other Resources

SysFreeString