Home
last modified time | relevance | path

Searched defs:OpenProcess (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go957 func OpenProcess(da uint32, inheritHandle bool, pid uint32) (handle Handle, err error) { func
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go2817 func OpenProcess(desiredAccess uint32, inheritHandle bool, processId uint32) (handle Handle, err er… func