[This is preliminary documentation and subject to change.]
This is a mandatory COM interface for the conference blob component. It enables a user of the component to remain independent of the provider-specific extensions while being able to manipulate the conference blob in its textual form. A method is also provided to create a default conference blob with a given name.
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. |
ITConferenceBlob Methods | Description |
---|---|
Init | Initialize conference blob. |
CreateDefault | Create a default conference blob. |
CommitBlob | Commit changes to conference blob. |
get_IsModified | Indicates whether blob has been modified. |
get_ConferenceBlob | Get pointer to conference blob. |
put_ConferenceBlob | Set conference blob. |
get_NotificationOwner | Get pointer to ITNotification interface for conference. |
put_NotificationOwner | Set pointer to ITNotification interface for conference. |