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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp670 static int ctrlPrintError(com::ErrorInfo &errorInfo) function
690 static int ctrlPrintError(IUnknown *pObj, const GUID &aIID) function
693 return ctrlPrintError(ErrInfo);
712 vrc = ctrlPrintError(ErrInfo);
1065 vrc = ctrlPrintError(pProcess, COM_IIDOF(IProcess));
1746 vrc = ctrlPrintError(pContext->pCmdCtx->pGuestSession, COM_IIDOF(IGuestSession));
1781 vrc = ctrlPrintError(pContext->pCmdCtx->pGuestSession, COM_IIDOF(IGuestSession));
1848 vrc = ctrlPrintError(pContext->pCmdCtx->pGuestSession, COM_IIDOF(IGuestSession));
1936 vrc = ctrlPrintError(pContext->pCmdCtx->pGuestSession, COM_IIDOF(IGuestSession));
2167 return ctrlPrintError(pContex
[all...]

Completed in 53 milliseconds