[This is preliminary documentation and subject to change.]
The ITParticipantInfo interface is used to gather information on conference call participants.
IUnknown Methods | Description |
---|---|
QueryInterface | Returns pointers to supported interfaces. |
AddRef | Increments the reference count. |
Release | Decrements the reference count. |
IDispatch Methods | Description |
---|---|
GetTypeInfoCount | Retrieves the number of type information interfaces. |
GetTypeInfo | Retrieves the type information for an object. |
GetIDsOfNames | Maps a single member and an optional set of argument names to a corresponding set of integer DISPIDs. |
Invoke | Provides access to properties and methods exposed by an object. |
ITParticipantInfo Methods | Description |
---|---|
get_Name | Return a string pointer to a participant's name. |
get_Address | Return a string pointer to a participant's address name. |
get_RelatedCall | Fails if there is no call object associated with the participant or the participant is the local participant. |
get_Call | Returns the parent call object (the one that enumerated this participant). |