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

/vbox/src/VBox/Main/src-client/
H A DGuestFileImpl.cpp1059 LONG lGuestRc; local
1060 hr = errorInfo->COMGETTER(ResultDetail)(&lGuestRc);
1064 lGuestRc, lGuestRc));
1066 if (RT_FAILURE((int)lGuestRc))
1070 *pGuestRc = (int)lGuestRc;
H A DGuestProcessImpl.cpp1602 LONG lGuestRc; local
1603 hr = errorInfo->COMGETTER(ResultDetail)(&lGuestRc);
1607 procStatus, lGuestRc, lGuestRc));
1609 if (RT_FAILURE((int)lGuestRc))
1613 *pGuestRc = (int)lGuestRc;
H A DGuestSessionImpl.cpp2354 LONG lGuestRc; local
2355 hr = errorInfo->COMGETTER(ResultDetail)(&lGuestRc);
2357 if (RT_FAILURE((int)lGuestRc))
2360 *pGuestRc = (int)lGuestRc;
2364 RT_SUCCESS((int)lGuestRc) ? VINF_SUCCESS : (int)lGuestRc));

Completed in 75 milliseconds