![]() |
Jungo WinDriver
Official Documentation
|
| DWORD DLLCALLCONV ThreadStart | ( | _Outptr_ HANDLE * | phThread, |
| _In_ HANDLER_FUNC | pFunc, | ||
| _In_ void * | pData | ||
| ) |
Creates a thread.
| [out] | phThread | Returns the handle to the created thread |
| [in] | pFunc | Starting address of the code that the new thread is to execute. (The handler's prototype HANDLER_FUNC is defined in utils.h.) |
| [in] | pData | Pointer to the data to be passed to the new thread |