Lines Matching refs:nResult
698 int nResult = IDNOACTION;
708 nResult = IDRESTART;
711 return nResult;
1045 int nResult = nRecommendation;
1049 HRESULT hr = _engine->SendEmbeddedError(dwCode, wzError, dwUIHint, &nResult);
1051 nResult = IDERROR;
1056 nResult = IDTRYAGAIN;
1070 nResult = ::MessageBoxW(_hWnd, sczError ? sczError : wzError, _theme->sczCaption, dwUIHint);
1081 return nResult;
1098 int nResult = ::MessageBoxW(_hWnd, wzMessage, _theme->sczCaption, uiFlags);
1099 return nResult;
1221 int nResult = __super::OnExecutePackageComplete(wzPackageId, hrExitCode, restart, nRecommendation);
1223 return nResult;
1244 int nResult = IDERROR; // assume we won't resolve source and that is unexpected.
1248 nResult = IDDOWNLOAD;
1267 nResult = SUCCEEDED(hr) ? IDRETRY : IDERROR;
1269 nResult = IDCANCEL;
1274 nResult = IDDOWNLOAD;
1278 return CheckCanceled() ? IDCANCEL : nResult;