[][src]Type Definition ntapi::ntzwapi::ZwCreateProcess

type ZwCreateProcess = unsafe extern "system" fn(ProcessHandle: PHANDLE, DesiredAccess: ACCESS_MASK, ObjectAttributes: POBJECT_ATTRIBUTES, ParentProcess: HANDLE, InheritObjectTable: BOOLEAN, SectionHandle: HANDLE, DebugPort: HANDLE, ExceptionPort: HANDLE) -> NTSTATUS;