[This is preliminary documentation and subject to change.]
This interface provides methods that allow an application to set and get conference details. Conference attributes that are mirrored in the conference blob are synchronized using the ITNotification interface.
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. |
ITConference Methods | Description |
---|---|
get_Name | Get conference name. |
put_Name | Sets conference name. |
get_ProtocolId | Get protocol identification. |
put_ProtocolId | Sets protocol identification. |
get_SubType | Get sub type. |
put_SubType | Sets sub type. |
get_Originator | Get originator. |
put_Originator | Sets originator. |
get_AnnouncementScope | Get announcement scope. |
put_AnnouncementScope | Sets announcement scope. |
get_AdvertisingScope | Get advertising scope. |
put_AdvertisingScope | Sets advertising scope. |
get_Url | Get URL. |
put_Url | Sets URL. |
get_Description | Get description of conference. |
put_Description | Sets description of conference. |
get_IsEncrypted | Get whether conference is encrypted. (Not implemented for Windows NTŪ 5 beta 1.) |
put_IsEncrypted | Sets whether conference is encrypted. (Not implemented for Windows NT 5 beta 1.) |
get_ConferenceBlob | Get pointer to conference blob. |
put_ConferenceBlob | Sets pointer to conference blob. |
GetStartTime | Get start time of conference. |
SetStartTime | Sets start time of conference. |
GetStopTime | Get stop time of conference. |
SetStopTime | Sets stop time of conference. |