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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp4238 * @param penmResult Where to store the result.
4240 static RTEXITCODE vbcppExprEval(PVBCPP pThis, char *pszExpr, size_t cchExpr, size_t cReplacements, VBCPPEVAL *penmResult) argument
4257 *penmResult = kVBCppEval_True;
4259 *penmResult = kVBCppEval_False;
4263 *penmResult = kVBCppEval_Undecided;

Completed in 61 milliseconds