home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / toolkt21 / c / samples / queues / svrqueue.ipf < prev    next >
Encoding:
Text File  |  1993-03-12  |  1.2 KB  |  33 lines

  1. .*==============================================================*\
  2. .*                                                              *
  3. .* svrqueue.ipf - Information Tag Language file for the main    *
  4. .*              sample application's help manager               *
  5. .*                                                              *
  6. .*  Copyright 1991, IBM Corp.                                   *
  7. .*==============================================================*/
  8. :userdoc.
  9.  
  10. .*--------------------------------------------------------------*\
  11. .*  Main window extended help panel                             *
  12. .*      res = PANEL_MAIN                                        *
  13. .*--------------------------------------------------------------*/
  14. :h1 res=2100 name=PANEL_MAIN.About Sample
  15. :i1 id=aboutMain.About Sample
  16. :p.This sample application demonstrates the use of an IPC queue.
  17. Messages entered in multiple client processes are displayed
  18. by the server process, having been passed through a queue.
  19.  
  20. .*-- Import the File menu help file --*
  21. .im file.ipf
  22.  
  23. .*-- Import the Option menu help file --*
  24. .im svroptn.ipf
  25.  
  26. .*-- Import the Help menu help file --*
  27. .im help.ipf
  28.  
  29. .*-- Import the Dialog boxes help file --*
  30. .im dlg.ipf
  31.  
  32. :euserdoc.
  33.