home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / workshop / prog / msconf / confsdk.exe / CNFTEST.TXT < prev    next >
Encoding:
Text File  |  1996-05-23  |  1.5 KB  |  41 lines

  1. -------------------------------------------------------------------
  2.  Microsoft ActiveX Conferencing SDK 1.0 (Beta 1) Samples ReadMe
  3.                            May 1996            
  4. -------------------------------------------------------------------
  5.  
  6.               (c) Copyright Microsoft Corporation, 1996
  7.  
  8. ========================================================================
  9.        MICROSOFT CONFERENCING API SAMPLE : CNFTEST
  10. ========================================================================
  11.  
  12. This example demonstrates all of the Microsoft Conferencing APIs.
  13.  
  14. The APIs demonstrated by the CNFTEST application are:
  15.  
  16.     ConferenceConnect
  17.     ConferenceDisconnect
  18.     ConferenceGetInfo
  19.     ConferenceSetInfo
  20.     ConferenceSendData
  21.     ConferenceSendFile
  22.     ConferenceShareWindow
  23.     ConferenceIsWindowShared
  24.     ConferenceLaunchRemote
  25.  
  26. To build this example from Microsoft Visual C++ Version 4.0, select
  27. the Open Workspace item from the File menu and choose from file types of
  28. "Makefiles (*.mak)". Open the CNFTEST.MAK file and build the CNFTEST.EXE
  29. using the usual MSVC Build command.
  30.  
  31. Notes:
  32.  
  33. 1) The paths to the Microsoft Conferencing include and library files used
  34.    in this example have been specified as relative paths based on the
  35.    layout of the SDK directory tree. You may wish to incorporate these
  36.    files into your MSVC development directory and remove these relative
  37.    references from the Build/Settings properties.
  38.  
  39. 2) You must have the Microsoft NetMeeting system installed in order
  40.    to run this example.
  41.