Lines Matching refs:result
1283 _restartResult = restart; // remember the restart result so we return the correct error code no matter what the user chooses to do in the UI.
2621 BOOL result;
2623 return SUCCEEDED(BalConditionEvaluate(&WILL_ELEVATE_CONDITION, _engine, &result, nullptr)) && result;
2658 BOOL result = FALSE;
2662 result = TRUE;
2666 _crtInstalledToken = result ? 1 : 0;
2667 return result;
2672 BOOL result = FALSE;
2677 hr = BalConditionEvaluate(pCondition, _engine, &result, &_failedMessage);
2680 if (!result) {