README.TXT

THIS IS NOT SUPPORTED BY MICROSOFT CORPORATION. IT IS PROVIDED "AS IS" BECAUSE WE BELIEVE IT MAY BE USEFUL TO YOU 


TAPI 3.0 Rendezvous Controls Sample Application


What the sample does?

Rend is a simple program demonstrates how to use TAPI 3.0 Rendezvous Controls COM interfaces to manipulate a conference directory.

This simple sample shows the most basic conference directory functionality:
. initialize a conference directory,
. create a conference,
. get a conference by name,
. delete a conference by name, and
. enumerate conferences.


How to use:

To run the REND sample program, simply build and run rend.exe.
The conference directory server name and directory path used should be specified in registry:
HKLM\Software\Microsoft\Windows\CurrentVersion\Dynamic Directory\ServerName [REG_SZ], and
HKLM\Software\Microsoft\Windows\CurrentVersion\Dynamic Directory\DirectoyPath [REG_SZ].


What this sample does not show:

This sample is extremely simple. It does not allow the user to specify the conference name or change properties of a conference, which could be done with other Rendezvous Controls or SDP BLOB COM interfaces. While the default directoy server and path names in registry are used in this sample, one can modify the program to use any other server or path names in initializing ITConferenceDirectoy interface.