Help index

SelectThread

Select the given thread as the current debugged thread.
    tid - ID of the thread to select
The process must be suspended to select a new thread.
returns: success

success SelectThread(long tid);

Index | Previous topic | Next topic