Home
last modified time | relevance | path

Searched defs:LookupPrivilegeValue (Results 1 – 3 of 3) sorted by relevance

/prebuilts/go/linux-x86/src/internal/syscall/windows/
Dzsyscall_windows.go124 func LookupPrivilegeValue(systemname *uint16, name *uint16, luid *LUID) (err error) { func
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinbase.h2377 #define LookupPrivilegeValue __MINGW_NAME_AW(LookupPrivilegeValue) macro
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go1008 func LookupPrivilegeValue(systemname *uint16, name *uint16, luid *LUID) (err error) { func