home *** CD-ROM | disk | FTP | other *** search
-
- PROCshell_PollSetInterval()
- => int interval between null wimp
- polls in centi-seconds
-
- Effectively the time between calls to
- PROCshell_DoBackgroundTask.
-
- --------------------------------------------------------
-
- PROCshell_EnsurePoll
- => None
-
- Ensures that any pending events have been processed,
- for example to be sure that a window is really open.
- Can also be used to provide multitasking (i.e. other
- tasks get a chance to perform processing during a
- lengthy operation)
-
- --------------------------------------------------------