HomeSort by relevance Sort by last modified time
    Searched full:proclookupprivilegevaluew (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
zsyscall_windows.go 57 procLookupPrivilegeValueW = modadvapi32.NewProc("LookupPrivilegeValueW")
203 r1, _, e1 := syscall.Syscall(procLookupPrivilegeValueW.Addr(), 3, uintptr(unsafe.Pointer(systemname)), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(luid)))
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
zsyscall_windows.go 57 procLookupPrivilegeValueW = modadvapi32.NewProc("LookupPrivilegeValueW")
203 r1, _, e1 := syscall.Syscall(procLookupPrivilegeValueW.Addr(), 3, uintptr(unsafe.Pointer(systemname)), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(luid)))

Completed in 239 milliseconds