Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This header is used by Telephony Application Programming Interfaces. For more information, see:
rend.h contains the following programming interfaces:
Interfaces
| IEnumDialableAddrs The IEnumDialableAddrs interface provides COM-standard enumeration methods to discover and use the available dialable addresses in a directory. The ITDirectoryObject::EnumerateDialableAddrs method returns a pointer to this interface. |
| IEnumDirectory The IEnumDirectory interface provides COM-standard enumeration methods for the ITDirectory interface. The ITRendezvous::EnumerateDefaultDirectories method returns a pointer to IEnumDirectory. |
| IEnumDirectoryObject The IEnumDirectoryObject interface provides COM-standard enumeration methods for the ITDirectoryObject interface. The ITDirectory::EnumerateDirectoryObjects method returns a pointer to IEnumDirectoryObject. |
| ITDirectory The ITDirectory interface is exposed by the Directory object, which corresponds to a particular directory. |
| ITDirectoryObject The ITDirectoryObject interface is the common interface supported by all objects that can be added and deleted by using the ITDirectory interface. |
| ITDirectoryObjectConference The ITDirectoryObjectConference interface provides methods that allow an application to set and get conference details. The ITDirectoryObjectConference interface is created by calling QueryInterface on ITDirectoryObject. |
| ITDirectoryObjectUser The ITDirectoryObjectUser interface is the common interface supported by the User object. This interface is created by calling QueryInterface on ITDirectoryObject. |
| ITILSConfig The ITILSConfig interface allows configuration of the ILS directory. |
| ITRendezvous The ITRendezvous interface is the main interface for the Rendezvous control. An application calls the COM CoCreateInstance function on this interface to create the Rendezvous object. |
Enumerations
| DIRECTORY_OBJECT_TYPE The DIRECTORY_OBJECT_TYPE enum is a descriptor of whether a directory object is a conference or a user. |
| DIRECTORY_TYPE The DIRECTORY_TYPE enum is used to indicate the type of directory server. |
| RND_ADVERTISING_SCOPE Members of the RND_ADVERTISING_SCOPE enumeration specify how widely a conference announcement is distributed. Values correspond to the advertising scope property on the ITDirectoryObjectConference interface. |