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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp134 int rcResult; member in struct:SUPHNTVPSTATE
301 pThis->rcResult = rc;
303 if (RT_SUCCESS(pThis->rcResult))
306 pThis->rcResult = rc;
316 return pThis->rcResult;
1439 return pThis->rcResult = VERR_SUP_VP_SYSFER_DLL; /* Try make sure this is what the user sees first! */
1799 return pThis->rcResult;
1938 if (RT_FAILURE(pThis->rcResult))
1939 return pThis->rcResult;
2556 pThis->rcResult
[all...]

Completed in 39 milliseconds