Showing changes from revision #5 to #6:
Added | Removed | Changed
Exit | |
---|---|
Block | |
+0 | Address of poll word |
+4 | Contents of poll word |
This code is returned from Wimp_Poll and indicates that the poll word is non-zero.
If bit 23 of the Poll Mask is set, then the poll word may be returned before window redraw requests and certain other messages have been issued by Wimp_Poll.
This reason code can be very useful to update the underlying data that is to be displayed, before the request to update the windows or icons are returned by Wimp_Poll.
This is used to transfer control to an applications foreground process, where control is currently in an interrupt routine, service call handler or such like.
There is no guarantee of the duration until an application regains control, since other applications can take control away from the Wimp for unspecified amounts of time.