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