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

/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1657 * @param pfElevated Where to store the elevation indicator.
1659 static RTEXITCODE ElevationCheck(bool *pfElevated) argument
1661 *pfElevated = false;
1735 *pfElevated = true;
1743 *pfElevated = true; /* Older Windows version. */
1768 *pfElevated = ObjInfo.Attr.u.Unix.uid == geteuid()

Completed in 286 milliseconds