[This is preliminary documentation and subject to change.]
This is a provider-specific COM interface for the Conference Blob <SDP> component. It provides the following functionality:
| 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. |
| ITTimeCollection Methods | Description |
|---|---|
| get_Count | Get number of items in collection. |
| get_Item | Given an index, returns an item in the collection. |
| get__NewEnum | Returns an enumerator for the collection. |
| Create | Create an ITTime component. |
| Delete | Delete an ITTime component. |