ITRendezvous interface (rend.h)

[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

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.

Inheritance

The ITRendezvous interface inherits from the IDispatch interface. ITRendezvous also has these types of members:

Methods

The ITRendezvous interface has these methods.

 
ITRendezvous::CreateDirectory

The CreateDirectory method creates an ITDirectory object corresponding to a directory of the given type and name.
ITRendezvous::CreateDirectoryObject

The CreateDirectoryObject method creates a new ITDirectoryObject object.
ITRendezvous::EnumerateDefaultDirectories

The EnumerateDefaultDirectories method enumerates all configured default directories. This method is similar to get_DefaultDirectories but is designed for C/C++.
ITRendezvous::get_DefaultDirectories

The get_DefaultDirectories method enumerates all configured default directories. This method is similar to EnumerateDefaultDirectories but is provided for use by Visual Basic and other scripting languages.

Requirements

Requirement Value
Target Platform Windows
Header rend.h