home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / basic / eventshell / Docs / Poll < prev    next >
Encoding:
Text File  |  1996-04-11  |  530 b   |  20 lines

  1.  
  2. PROCshell_PollSetInterval()
  3. =>    int    interval between null wimp
  4.          polls in centi-seconds
  5.  
  6. Effectively the time between calls to
  7. PROCshell_DoBackgroundTask.
  8.  
  9. --------------------------------------------------------
  10.  
  11. PROCshell_EnsurePoll
  12. =>    None
  13.  
  14. Ensures that any pending events have been processed,
  15. for example to be sure that a window is really open.
  16. Can also be used to provide multitasking (i.e. other
  17. tasks get a chance to perform processing during a
  18. lengthy operation)
  19.  
  20. --------------------------------------------------------