Changeset 65484 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
- Timestamp:
- Jan 27, 2017 2:22:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r65482 r65484 10004 10004 * Reconfigures a medium attachment (part of taking or deleting an online snapshot). 10005 10005 * 10006 * @param pThis Reference to the console object. 10007 * @param pUVM The VM handle. 10008 * @param pcszDevice The name of the controller type. 10009 * @param uInstance The instance of the controller. 10010 * @param enmBus The storage bus type of the controller. 10011 * @param fUseHostIOCache Use the host I/O cache (disable async I/O). 10012 * @param fBuiltinIOCache Use the builtin I/O cache. 10013 * @param fSetupMerge Whether to set up a medium merge 10014 * @param uMergeSource Merge source image index 10015 * @param uMergeTarget Merge target image index 10016 * @param aMediumAtt The medium attachment. 10017 * @param aMachineState The current machine state. 10018 * @param phrc Where to store com error - only valid if we return VERR_GENERAL_FAILURE. 10006 * @param pThis Reference to the console object. 10007 * @param pUVM The VM handle. 10008 * @param pcszDevice The name of the controller type. 10009 * @param uInstance The instance of the controller. 10010 * @param enmBus The storage bus type of the controller. 10011 * @param fUseHostIOCache Use the host I/O cache (disable async I/O). 10012 * @param fBuiltinIOCache Use the builtin I/O cache. 10013 * @param fInsertDiskIntegrityDrv Flag whether to insert the disk integrity driver into the chain 10014 * for additionalk debugging aids. 10015 * @param fSetupMerge Whether to set up a medium merge 10016 * @param uMergeSource Merge source image index 10017 * @param uMergeTarget Merge target image index 10018 * @param aMediumAtt The medium attachment. 10019 * @param aMachineState The current machine state. 10020 * @param phrc Where to store com error - only valid if we return VERR_GENERAL_FAILURE. 10019 10021 * @return VBox status code. 10020 10022 */
Note:
See TracChangeset
for help on using the changeset viewer.