Home | History | Annotate | Download | only in syscall

Lines Matching full:getprocaddress

25 	procGetProcAddress                     = modkernel32.NewProc("GetProcAddress")
208 func GetProcAddress(module Handle, procname string) (proc uintptr, err error) {