Home | History | Annotate | Download | only in syscall

Lines Matching defs:GetExitCodeProcess

85 	procGetExitCodeProcess                 = modkernel32.NewProc("GetExitCodeProcess")
650 func GetExitCodeProcess(handle Handle, exitcode *uint32) (err error) {