Changeset 55977 in vbox for trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
- Timestamp:
- May 20, 2015 4:52:25 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100486
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r55800 r55977 4958 4958 gpProgress = NULL; 4959 4959 HRESULT rc; 4960 Bstr snapId; 4960 4961 CHECK_ERROR(gpMachine, TakeSnapshot(Bstr(pszSnapshotName).raw(), 4961 4962 Bstr("Taken by VBoxSDL").raw(), 4962 TRUE,4963 TRUE, snapId.asOutParam(), 4963 4964 gpProgress.asOutParam())); 4964 4965 if (FAILED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.