Searched refs:aStartId (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/src-server/ |
H A D | SnapshotImpl.cpp | 2316 HRESULT Machine::deleteSnapshotRange(const com::Guid &aStartId, const com::Guid &aEndId, ComPtr<IProgress> &aProgress) argument 2318 NOREF(aStartId); 2324 HRESULT SessionMachine::deleteSnapshotRange(const com::Guid &aStartId, const com::Guid &aEndId, ComPtr<IProgress> &aProgress) argument 2326 return i_deleteSnapshot(aStartId, aEndId, 2346 HRESULT SessionMachine::i_deleteSnapshot(const com::Guid &aStartId, argument 2353 AssertReturn(!aStartId.isZero() && !aEndId.isZero() && aStartId.isValid() && aEndId.isValid(), E_INVALIDARG); 2356 if (aDeleteAllChildren || aStartId != aEndId) 2383 rc = i_findSnapshotById(aStartId, pSnapshot, true /* aSetError */);
|
/vbox/src/VBox/Main/include/ |
H A D | MachineImpl.h | 1198 HRESULT deleteSnapshotRange(const com::Guid &aStartId, 1442 HRESULT deleteSnapshotRange(const com::Guid &aStartId, 1453 HRESULT i_deleteSnapshot(const com::Guid &aStartId,
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_3.h | 7439 #define IConsole_DeleteSnapshotRange(p, aStartId, aEndId, aProgress) ((p)->lpVtbl->DeleteSnapshotRange(p, aStartId, aEndId, aProgress))
|
Completed in 3739 milliseconds