home *** CD-ROM | disk | FTP | other *** search
- -------------------------------------------------------------------
- Microsoft ActiveX Conferencing SDK 1.0 (Beta 1) Samples ReadMe
- May 1996
- -------------------------------------------------------------------
-
- (c) Copyright Microsoft Corporation, 1996
-
- ========================================================================
- MICROSOFT CONFERENCING API SAMPLE : CNFTEST
- ========================================================================
-
- This example demonstrates all of the Microsoft Conferencing APIs.
-
- The APIs demonstrated by the CNFTEST application are:
-
- ConferenceConnect
- ConferenceDisconnect
- ConferenceGetInfo
- ConferenceSetInfo
- ConferenceSendData
- ConferenceSendFile
- ConferenceShareWindow
- ConferenceIsWindowShared
- ConferenceLaunchRemote
-
- To build this example from Microsoft Visual C++ Version 4.0, select
- the Open Workspace item from the File menu and choose from file types of
- "Makefiles (*.mak)". Open the CNFTEST.MAK file and build the CNFTEST.EXE
- using the usual MSVC Build command.
-
- Notes:
-
- 1) The paths to the Microsoft Conferencing include and library files used
- in this example have been specified as relative paths based on the
- layout of the SDK directory tree. You may wish to incorporate these
- files into your MSVC development directory and remove these relative
- references from the Build/Settings properties.
-
- 2) You must have the Microsoft NetMeeting system installed in order
- to run this example.
-