 |
GetCurrentThread ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetCurrentThread function retrieves a pseudo handle for the current thread. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HANDLE GetCurrentThread(VOID);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetCurrentThread;
IN kernel32
|
 |
 |
 |
| Parameters: |
 |
| This function has no parameters. |
 |
 |
| Return value: |
 |
| The return value is a pseudo handle for the current thread. |
 |
 |
| My comment: |
 |
| A pseudo handle is a special constant that is interpreted as the current thread handle. The calling thread can use this handle to specify itself whenever a thread handle is required. Pseudo handles are not inherited by child processes. |
 |
 |
| Word Index links for the GetCurrentThread : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-18 12:00:00 | | Modified: | 2001-11-26 16:03:40 | Visited in last 7 days: 36 |