Skip to main content

CreateThread

Function CreateThread 

Source
pub unsafe fn CreateThread(
    lpthreadattributes: *mut SECURITY_ATTRIBUTES,
    dwstacksize: usize,
    lpstartaddress: Option<LPTHREAD_START_ROUTINE>,
    lpparameter: *mut c_void,
    dwcreationflags: THREAD_CREATION_FLAGS,
    lpthreadid: *mut u32,
) -> HANDLE