[−][src]Function winapi::um::processthreadsapi::CreateThread
pub unsafe extern "system" fn CreateThread(
lpThreadAttributes: LPSECURITY_ATTRIBUTES,
dwStackSize: SIZE_T,
lpStartAddress: LPTHREAD_START_ROUTINE,
lpParameter: LPVOID,
dwCreationFlags: DWORD,
lpThreadId: LPDWORD
) -> HANDLE