ITParticipant::get_ParticipantTypedInfo method
[get_ParticipantTypedInfo is not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]
The get_ParticipantTypedInfo method gets a BSTR representation of the type of information needed, such as PTI_EMAILADDRESS.
Syntax
HRESULT get_ParticipantTypedInfo(
[in] PARTICIPANT_TYPED_INFO InfoType,
[out] BSTR *ppInfo
);
Parameters
-
InfoType [in]
-
PARTICIPANT_TYPED_INFO descriptor of the type of information needed.
-
ppInfo [out]
-
Pointer to BSTR representation of the information needed.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Method succeeded. |
|
Storage of information into ppInfo failed. |
|
The InfoType parameter is not valid. |
|
The ppInfo parameter is not a valid pointer. |
|
TAPI has no information on the specified type. |
|
Insufficient memory exists to perform the operation. |
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 |
|