Platform SDK: TAPI

ITDirectoryObjectUser::get_IPPhonePrimary

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

HRESULT get_IPPhonePrimary(
  BSTR *ppName
);

Parameters

ppName
[out] Pointer to BSTR representation of user's IP primary phone.

Return Values

Value Meaning
S_OK Method succeeded.
E_POINTER Invalid pointer.

Remarks

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

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Rend.h.
  Library: Use Rendid.lib.

See Also

ITDirectoryObjectUser, ITDirectoryObjectUser::put_IPPhonePrimary