HomeSort by relevance Sort by last modified time
    Searched refs:Luid (Results 1 - 10 of 10) sorted by null

  /external/lzma/CPP/Windows/
MemoryLock.cpp 48 if (MY_FUNC_SELECT(LookupPrivilegeValue)(NULL, privilegeName, &(tp.Privileges[0].Luid)))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iptypes.h 271 IF_LUID Luid;
winnt.h 354 } LUID,*PLUID;
    [all...]
winbase.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
wdm.h     [all...]
  /sdk/find_lock/
find_lock.cpp 198 // Lookup the privilege by name and get its local LUID token.
208 &(priv.Privileges[0].Luid)); // lpLuid
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp 70 if (!::LookupPrivilegeValue(NULL, SE_SECURITY_NAME, &tp.Privileges[0].Luid))
  /external/webrtc/webrtc/base/
win32regkey.cc 1079 LUID luid; local
1080 memset(&luid, 0, sizeof(luid));
1081 if (::LookupPrivilegeValue(NULL, privilege, &luid)) {
1084 privs.Privileges[0].Luid = luid;
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 457 milliseconds