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

  /external/chromium/third_party/libjingle/source/talk/base/
win32.cc 164 if (!GetTokenInformation(token, TokenIntegrityLevel, NULL, 0, &size) &&
170 if (GetTokenInformation(token, TokenIntegrityLevel, til, size, &size)) {
win32.h 42 #define TokenIntegrityLevel static_cast<TOKEN_INFORMATION_CLASS>(0x19)
  /external/chromium/base/
process_util_win.cc 184 if (GetTokenInformation(process_token, TokenIntegrityLevel, NULL, 0,
198 if (!GetTokenInformation(process_token, TokenIntegrityLevel, token_label,

Completed in 183 milliseconds