Thread :: GetCurrentThreadId |
01 | Returns the native Id of the calling thread. |
02 |
[C++] static uint32 GetCurrentThreadId(); |
03 |
Return Values: The native identifier of the calling thread. |
04 | This method returns the result of the call of SemysGetCurrentThreadId(). |
05 |
Reference: net::semys Implementation: Semys Architecture See Also: Threading Sub-System, Thread, SemysGetCurrentThreadId() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |