#include <menusys.h>
Public Member Functions | |
| MSYS_Thread () | |
| int | GetThreadId () const |
| Return the current thread ID. | |
| const TCHAR * | GetCurrCommand () const |
| Return the command used to access the current handler. This is a pointer to the cmd field of the appropriate MSYS_Dispatch entry. | |
Data Fields | |
| void * | mUserData |
| User managed thread data. | |
Static Public Attributes | |
| static const int | ROOT_THREAD = 0 |
| Root application thread always uses this thread ID. | |
Protected Attributes | |
| int | mThreadId |
| const TCHAR * | mCurrCommand |
Definition at line 139 of file menusys.h.
| int MSYS_Thread::GetThreadId | ( | ) | const [inline] |
| const TCHAR* MSYS_Thread::GetCurrCommand | ( | ) | const [inline] |
Return the command used to access the current handler. This is a pointer to the cmd field of the appropriate MSYS_Dispatch entry.
Definition at line 150 of file menusys.h.
References mCurrCommand.
const int MSYS_Thread::ROOT_THREAD = 0 [static] |
Root application thread always uses this thread ID.
Definition at line 153 of file menusys.h.
Referenced by MSYS_Process().
| void* MSYS_Thread::mUserData |
User managed thread data.
It is the responsibility of the user to initialize and uninitialize this pointer using the MSYS_ThreadUserCreate() and MSYS_ThreadUserDestroy() callbacks.
int MSYS_Thread::mThreadId [protected] |
const TCHAR* MSYS_Thread::mCurrCommand [protected] |
1.5.2