Searched refs:lpLuid (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp5288 inline BOOL os::Advapi32Dll::LookupPrivilegeValue(LPCTSTR lpSystemName, LPCTSTR lpName, PLUID lpLuid) { argument
5289 return ::LookupPrivilegeValue(lpSystemName, lpName, lpLuid);
5524 BOOL os::Advapi32Dll::LookupPrivilegeValue(LPCTSTR lpSystemName, LPCTSTR lpName, PLUID lpLuid) { argument
5527 return _LookupPrivilegeValue(lpSystemName, lpName, lpLuid);

Completed in 44 milliseconds