Changeset 70582 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
- Timestamp:
- Jan 15, 2018 10:13:41 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120273
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
r69500 r70582 62 62 #define USAGE_MODIFYMEDIUM RT_BIT_64(14) 63 63 #define USAGE_CLONEMEDIUM RT_BIT_64(15) 64 #define USAGE_MOVEVM RT_BIT_64(16) 64 65 #define USAGE_CREATEHOSTIF RT_BIT_64(17) 65 66 #define USAGE_REMOVEHOSTIF RT_BIT_64(18) … … 277 278 RTEXITCODE handleExtPack(HandlerArg *a); 278 279 RTEXITCODE handleUnattended(HandlerArg *a); 280 RTEXITCODE handleMoveVM(HandlerArg *a); 279 281 280 282 /* VBoxManageDisk.cpp */
Note:
See TracChangeset
for help on using the changeset viewer.