Difference between revisions of "Mesclose (call target)"
Jump to navigation
Jump to search
(Created page with "{{Call|id=0x0012|return=|name=mesclose|args=int windowId|act=}}Sends a close request to a window and returns immediately. Depending on window type, user action (confirm/cance...") |
(No difference)
|
Latest revision as of 12:57, 23 July 2019
Signature:
void mesclose(int windowId); // id: 0x0012Sends a close request to a window and returns immediately.
Depending on window type, user action (confirm/cancel) may be required before the window actually closes. To detect such cases and block until window has been dismissed, use messync call.