| R1+20 | handle of asynchronous remote operation |
| R1+24 | initial position x coordinate (-1 for automatic) |
| R1+28 | initial position y coordinate (-1 for automatic) |
| R1+32 | display Close button (0 closes window automatically) |
| R1+36 | display Abort button (0 disables aborting) |
| R1+40 | display Pause button (0 disables pausing) |
| R1+44 | title for action window, zero-terminated |
This message is broadcast by a task that has started an asynchronous remote operation using PsiFS_AsyncStart to request that the PsiFS filer accept ownership of the operation and open an action window for it.
If PsiFS accepts the transfer of ownership then it will acknowledge the message, and will take responsibility for calling PsiFS_AsyncEnd at the appropriate time.
|