ITLocalParticipant::put_LocalParticipantTypedInfo method

The put_LocalParticipantTypedInfo method sets participant information.

Syntax

HRESULT put_LocalParticipantTypedInfo(
  [in] PARTICIPANT_TYPED_INFO InfoType,
  [in] 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.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

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

Requirement Value
TAPI version
Requires TAPI 3.0 or later
Header
Confpriv.h
Library
Uuid.lib
DLL
Tapi3.dll

See also

ITLocalParticipant

PARTICIPANT_TYPED_INFO