| Entry | ||
|---|---|---|
| R0 | Reason Code | |
| 6 | Return handle of parent window | |
| 7 | Return handle of top child window | |
| 8 | Return handle of bottom child window | |
| 9 | Return handle of sibling window immediately above | |
| 10 | Return handle of sibling window immediately below | |
| R1 | Window handle, or -1 for top level | |
| Exit | |
|---|---|
| R1 | Next window handle, or -1 for none |
This call with a reason code of 6 to 10, returns the handle of a window relative to the window specified in R1 (if provided)
A returned value of -1 means one of the following:
Pane windows are not skipped when using this call.