|
Creates and start a new thread.
- Parameters
-
pName | Name to identify the new thread. |
pEntryPoint | Pointer to the entry point function for the new thread. |
pUserData | Pointer to be passed to the new threads entry point. |
priority | The threads execution priority. |
flags | Optional creation flags from MFThreadFlags. |
stackSize | Size of the new threads stack. |
- Returns
- A handle to the new thread.
- See Also
- MFThread_TerminateThread(), MFThread_ExitThread(), MFThread_GetExitCode(), MFThread_DestroyThread()
|