Home | History | Annotate | Download | only in syscall

Lines Matching refs:da

619 func OpenProcess(da uint32, inheritHandle bool, pid uint32) (handle Handle, err error) {
626 r0, _, e1 := Syscall(procOpenProcess.Addr(), 3, uintptr(da), uintptr(_p0), uintptr(pid))