ITDirectoryObjectUser::get_IPPhonePrimary method (rend.h)

[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The get_IPPhonePrimary method gets the name of a computer that is the primary IP phone for the user.

Syntax

HRESULT get_IPPhonePrimary(
  [out] BSTR *ppName
);

Parameters

[out] ppName

Pointer to the BSTR representation of the user's IP primary phone.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_POINTER
Invalid pointer.

Remarks

The application must use SysFreeString to free the memory allocated for the ppName parameter.

Requirements

Requirement Value
Target Platform Windows
Header rend.h
DLL Rend.dll

See also

ITDirectoryObjectUser

ITDirectoryObjectUser::put_IPPhonePrimary