ITLocalParticipant::get_LocalParticipantTypedInfo method
The get_LocalParticipantTypedInfo method gets participant information, such as e-mail name or geographical location.
Syntax
HRESULT get_LocalParticipantTypedInfo(
[in] PARTICIPANT_TYPED_INFO InfoType,
[out] BSTR *ppInfo
);
Parameters
-
InfoType [in]
-
PARTICIPANT_TYPED_INFO identifier of type of information required.
-
ppInfo [out]
-
Pointer to a BSTR that will contain the required information following a successful return of the method.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
The application must use SysFreeString to free the memory allocated for the ppInfo parameter.
Requirements
Requirement | Value |
---|---|
TAPI version |
Requires TAPI 3.0 or later |
Header |
|
Library |
|
DLL |
|