[This is preliminary documentation and subject to change.]
The ITConsultCall interface is used to perform functions specific to consultation calls created from AddToConference and SetupTransfer. An application should use this interface to finish the two-step conference / transfer process.
| 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. |
| ITConsultCall Methods | Description |
|---|---|
| CanIConsult | Returns boolean indicator of whether consultation is possible. |
| Finish | Complete the two-step process involved in conference/transfer. |