Platform SDK: TAPI

ITLocalParticipant::put_LocalParticipantTypedInfo

Sets participant information.

HRESULT put_LocalParticipantTypedInfo(
  PARTICIPANT_TYPED_INFO InfoType,
  BSTR ppInfo 
);

Parameters

InfoType
[in] PARTICIPANT_TYPED_INFO identifier of the type of information required.
ppInfo
[in] BSTR containing the required new value for the information.

Remarks

The application must use SysAllocString to allocate memory for the ppInfo parameter and use SysFreeString to free the memory when the variable is no longer needed.

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