Jungo WinDriver  
Official Documentation

◆ ThreadStart()

DWORD DLLCALLCONV ThreadStart ( _Outptr_ HANDLE * phThread,
_In_ HANDLER_FUNC pFunc,
_In_ void * pData )

Creates a thread.

Parameters
[out]phThreadReturns the handle to the created thread
[in]pFuncStarting address of the code that the new thread is to execute. (The handler's prototype HANDLER_FUNC is defined in utils.h.)
[in]pDataPointer to the data to be passed to the new thread
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise