[This is preliminary documentation and subject to change.]
The ITTAPIinterface is the base interface for the entry point object.
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. |
ITTAPI Methods | Description |
---|---|
Initialize | Initializes TAPI 3.0. |
Shutdown | Shuts down TAPI 3.0. |
get_Addresses | Collection of addresses for scripting languages. |
_EnumerateAddresses | Enumerates valid addresses. |
CreateMediaTerminal | Creates and initializes ITMediaTerminal object. |