pub fn nt_create_user_process(
process_handle: *mut HANDLE,
thread_handle: *mut HANDLE,
process_access: u32,
thread_access: u32,
object_attributes: *mut OBJECT_ATTRIBUTES,
thread_object_attr: *mut OBJECT_ATTRIBUTES,
process_flags: u32,
thread_flags: u32,
parameters: PVOID,
create_info: *mut PsCreateInfo,
attr_list: *mut PsAttributeList,
) -> i32Expand description
Dynamically calls NtCreateUserProcess.
It will return the NTSTATUS value returned by the call.