Platform SDK: TAPI

ITLocalParticipant::get_LocalParticipantTypedInfo

Gets participant information, such as e-mail name or geographical location.

HRESULT get_LocalParticipantTypedInfo(
  PARTICIPANT_TYPED_INFO InfoType,
  BSTR *ppInfo 
);

Parameters

InfoType
[in] PARTICIPANT_TYPED_INFO identifier of type of information required.
ppInfo
[out, retval] Pointer to a BSTR that will contain the required information following a successful return of the method.

Remarks

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

Requirements

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

See Also

ITLocalParticipant, PARTICIPANT_TYPED_INFO