[This is preliminary documentation and subject to change.]
This is a COM interface for the conference directory 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. |
ITConferenceDirectory Methods | Description |
---|---|
get_DirectoryPath | Returns the absolute path to the directory (BSTR). |
get_ServerName | Returns server name (BSTR). |
Init | Binds the conference directory component to the specified absolute directory path name (BSTR, BSTR). |
CreateConference | Returns a conference announcement that (including the constituent conference blob) is created with default property values. |
DeleteConference | Deletes the conference announcement possessing the supplied (relative) name (BSTR). |
GetConference | Returns a conference announcement with the specified name (BSTR). |
get_Filter | Gets the filter (VARIANT). |
put_Filter | Sets the filter (VARIANT). |
get__NewEnum | Returns a conference enumerator object that implements IEnumVARIANT. |