Function windows_sys::Win32::System::Threading::CreateRemoteThreadEx
pub unsafe extern "system" fn CreateRemoteThreadEx(
hprocess: HANDLE,
lpthreadattributes: *const SECURITY_ATTRIBUTES,
dwstacksize: usize,
lpstartaddress: LPTHREAD_START_ROUTINE,
lpparameter: *const c_void,
dwcreationflags: u32,
lpattributelist: LPPROC_THREAD_ATTRIBUTE_LIST,
lpthreadid: *mut u32
) -> HANDLE
Expand description
Required features: "Win32_Foundation"
, "Win32_Security"