Article # 545, added by Geoworks, historical record
| first | previous | index | next | last |

How to get the handle of the System's UI thread



Occasionally, you will need the handle of the system's UI thread.
To get that, simply do this:

    ThreadHandle tHan;
    tHan = SysGetInfo( SGIT_UI_PROCESS );