Searched defs:elevation_type (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/rlz/win/lib/
H A Dprocess_info.cc103 TOKEN_ELEVATION_TYPE elevation_type; local
104 if (!GetTokenInformation(process_token, TokenElevationType, &elevation_type,
105 sizeof(elevation_type), &size)) {
109 *elevation = elevation_type;

Completed in 87 milliseconds