Function windows_native::ntrtl::RtlCreateProcessReflection
source · pub unsafe extern "system" fn RtlCreateProcessReflection(
ProcessHandle: HANDLE,
Flags: u32,
StartRoutine: *mut c_void,
StartContext: *mut c_void,
EventHandle: HANDLE,
ReflectionInformation: *mut RTLP_PROCESS_REFLECTION_REFLECTION_INFORMATION
) -> NTSTATUS