###User Defined Function###
_WinAPI_GetCurrentThread

###Description###
Retrieves a pseudo handle for the calling thread.

###Syntax###
#include <WinAPI.au3>
_WinAPI_GetCurrentThread (  )


###Parameters###
None.

###ReturnValue###
Returns the Pseudo handle for the current thread


###Remarks###
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.


###Related###


###See Also###
@@MsdnLink@@ GetCurrentThread
