Changeset 71257 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Mar 7, 2018 1:14:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r71231 r71257 3 3 <!-- 4 4 5 Copyright (C) 2006-201 7Oracle Corporation5 Copyright (C) 2006-2018 Oracle Corporation 6 6 7 7 This file is part of VirtualBox Open Source Edition (OSE), as … … 12040 12040 <desc> 12041 12041 Recursively copies a directory from the guest to the host. 12042 12043 <result name="E_NOTIMPL">12044 Not yet implemented.12045 </result>12046 12042 </desc> 12047 12043 <param name="source" type="wstring" dir="in"> 12048 12044 <desc>Path to the directory on the guest side that should be copied to 12049 the host. 12045 the host. Guest path style.</desc> 12050 12046 </param> 12051 12047 <param name="destination" type="wstring" dir="in"> … … 12065 12061 <desc> 12066 12062 Recursively copies a directory from the host to the guest. 12067 12068 <result name="E_NOTIMPL">12069 Not yet implemented.12070 </result>12071 12063 </desc> 12072 12064 <param name="source" type="wstring" dir="in"> … … 12077 12069 <desc>Where to put the file in the guest. Unless the 12078 12070 <link to="DirectoryCopyFlag_CopyIntoExisting"/> flag is given, the 12079 directory shall not already exist. 12071 directory shall not already exist. Guest style path.</desc> 12080 12072 </param> 12081 12073 <param name="flags" type="DirectoryCopyFlag" dir="in" safearray="yes">
Note:
See TracChangeset
for help on using the changeset viewer.