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

/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp776 ComObjPtr<Machine> pCurrState; local
790 pCurrState = (Machine *)(IMachine *)pCurr;
792 rc = pCurrState->COMGETTER(CurrentSnapshot)(pSnapshot.asOutParam());
863 if (pCurrState.isNull())
865 machineList.append(pCurrState);

Completed in 47 milliseconds