[][src]Type Definition ntapi::ntrtl::RtlCreateProcessParameters

type RtlCreateProcessParameters = unsafe extern "system" fn(pProcessParameters: *mut PRTL_USER_PROCESS_PARAMETERS, ImagePathName: PUNICODE_STRING, DllPath: PUNICODE_STRING, CurrentDirectory: PUNICODE_STRING, CommandLine: PUNICODE_STRING, Environment: PVOID, WindowTitle: PUNICODE_STRING, DesktopInfo: PUNICODE_STRING, ShellInfo: PUNICODE_STRING, RuntimeData: PUNICODE_STRING) -> NTSTATUS;