home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vpxtra.zip / vpevent.hlp (.txt) < prev    next >
OS/2 Help File  |  1994-01-11  |  2KB  |  59 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Event Help ΓòÉΓòÉΓòÉ
  3.  
  4. This control is used for programming. 
  5.  
  6. It is used to signal to threads or other processes about an event occurring. 
  7.  
  8.  
  9. ΓòÉΓòÉΓòÉ 2. Style Page Help ΓòÉΓòÉΓòÉ
  10.  
  11. There are really no styles - just the basic. 
  12.  
  13.  
  14. ΓòÉΓòÉΓòÉ 3. Wait for an event to occur. ΓòÉΓòÉΓòÉ
  15.  
  16. This is the method to use to wait for an event to occur. 
  17.  
  18. Remember to set the timeout for the wait using  Set timeout duration. 
  19.  
  20.  
  21. ΓòÉΓòÉΓòÉ 4. Mark event as occurred. ΓòÉΓòÉΓòÉ
  22.  
  23. This event is used to tell other processes or threads that an event has 
  24. occurred. 
  25.  
  26.  
  27. ΓòÉΓòÉΓòÉ 5. Set timeout duration. ΓòÉΓòÉΓòÉ
  28.  
  29. Use this method to set the amount of time that your program will wait before 
  30. giving up on an event occurring. See Wait for event. 
  31.  
  32.  
  33. ΓòÉΓòÉΓòÉ 6. Get timeout duration. ΓòÉΓòÉΓòÉ
  34.  
  35. Use this method to get the current timeout duration for the event. 
  36.  
  37.  
  38. ΓòÉΓòÉΓòÉ 7. Reset event. ΓòÉΓòÉΓòÉ
  39.  
  40. Use this method to reset an event to the not occurred state, and also to set 
  41. the event count to zero. 
  42.  
  43.  
  44. ΓòÉΓòÉΓòÉ 8. Get event count. ΓòÉΓòÉΓòÉ
  45.  
  46. Use this method to get a count of the number of times an event has occurred 
  47. since it was either created or last reset. 
  48.  
  49.  
  50. ΓòÉΓòÉΓòÉ 9. Get event handle. ΓòÉΓòÉΓòÉ
  51.  
  52. Use this method to get the events' semaphore handle for passing to other 
  53. programs or C routines. 
  54.  
  55.  
  56. ΓòÉΓòÉΓòÉ 10. Set event handle. ΓòÉΓòÉΓòÉ
  57.  
  58. Use this method to set the events' semaphore handle if for instance, you are 
  59. using a semaphore from another program or from a C routine.