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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageSnapshot.cpp42 * @param pThisSnapshot
49 ComPtr<ISnapshot> &pThisSnapshot,
60 CHECK_ERROR_BREAK(pThisSnapshot, COMGETTER(Machine)(pSnapshotMachine.asOutParam()));
82 CHECK_ERROR_BREAK(pThisSnapshot, COMGETTER(Name)(bstrSnapshotName.asOutParam()));
87 (pThisSnapshot == pCurrentSnapshot) ? " (CURSNAP)" : "");
95 CHECK_ERROR_BREAK(pThisSnapshot, COMGETTER(Children)(ComSafeArrayAsOutParam(aSnapshots)));
48 FindAndPrintSnapshotUsingMedium(ComPtr<IMedium> &pMedium, ComPtr<ISnapshot> &pThisSnapshot, ComPtr<ISnapshot> &pCurrentSnapshot, uint32_t uMediumLevel, uint32_t uSnapshotLevel) argument

Completed in 42 milliseconds