Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for syscall_getprocaddress (0.54 sec)

  1. src/runtime/syscall_windows.go

    	return
    }
    
    // golang.org/x/sys linknames syscall.getprocaddress
    // (in addition to standard package syscall).
    // Do not remove or change the type signature.
    //
    //go:linkname syscall_getprocaddress syscall.getprocaddress
    func syscall_getprocaddress(handle uintptr, procname *byte) (outhandle, err uintptr) {
    	outhandle, _, err = syscall_SyscallN(uintptr(unsafe.Pointer(_GetProcAddress)), handle, uintptr(unsafe.Pointer(procname)))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top