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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp140 PGCTLCMDCTX pCmdCtx; member in struct:COPYCONTEXT
725 * @param pCmdCtx Pointer to command context.
778 * @param pCmdCtx Pointer to command context.
1547 pContext->pCmdCtx = pCtx;
1723 if (pContext->pCmdCtx->fVerbose)
1733 if (pContext->pCmdCtx->fVerbose)
1743 HRESULT rc = pContext->pCmdCtx->pGuestSession->DirectoryCreate(Bstr(pszDir).raw(),
1746 vrc = ctrlPrintError(pContext->pCmdCtx->pGuestSession, COM_IIDOF(IGuestSession));
1779 HRESULT rc = pContext->pCmdCtx->pGuestSession->DirectoryExists(Bstr(pszDir).raw(), &fDirExists);
1781 vrc = ctrlPrintError(pContext->pCmdCtx
[all...]

Completed in 51 milliseconds