home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / activex / inetsdk / samples / msconf / cnftest / readme.txt < prev    next >
Encoding:
Text File  |  1996-07-03  |  1.4 KB  |  41 lines

  1. -------------------------------------------------------------------
  2.  Microsoft ActiveX Conferencing SDK 1.0 (Beta 2) Samples ReadMe
  3.                            July 1996            
  4. -------------------------------------------------------------------
  5.  
  6.               (c) Copyright Microsoft Corporation, 1996
  7.  
  8. ========================================================================
  9.        MICROSOFT ACTIVEX CONFERENCING API SAMPLE : CNFTEST
  10. ========================================================================
  11.  
  12. This example demonstrates all of the Microsoft ActiveX Conferencing APIs.
  13.  
  14. The APIs demonstrated by the CNFTEST application are:
  15.  
  16.     ConferenceConnect
  17.     ConferenceCancelTransfer
  18.     ConferenceDisconnect
  19.     ConferenceGetInfo
  20.     ConferenceSetInfo
  21.     ConferenceSendData
  22.     ConferenceSendFile
  23.     ConferenceShareWindow
  24.     ConferenceLaunchRemote
  25.     ConferenceRemoveNotify
  26.     ConferenceSetNotify
  27.     ConferenceListen
  28.  
  29. To build this example from Microsoft Visual C++ Version 4.1, select
  30. the Open Workspace item from the File menu and choose from file types of
  31. "Makefiles (*.mak)". Open the CNFTEST.MAK file and build the CNFTEST.EXE
  32. using the usual MSVC Build command.
  33.  
  34. Notes:
  35.  
  36. 1) The paths to the Microsoft ActiveX Conferencing include and library 
  37.    files used in this example will need to be set before building.
  38.  
  39. 2) You must have the Microsoft NetMeeting system installed in order
  40.    to run this example.
  41.