Changeset 71231 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Mar 6, 2018 10:08:58 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r71141 r71231 11028 11028 11029 11029 <enum 11030 name="FsObjMoveFlag s"11031 uuid=" 98fdd11f-4063-ac60-5737-e49092aab95f"11030 name="FsObjMoveFlag" 11031 uuid="2450a05d-80c6-4c96-9a17-94d73293ff86" 11032 11032 > 11033 11033 <desc> … … 11074 11074 11075 11075 <enum 11076 name="DirectoryCopyFlag s"11077 uuid=" cc500f0c-4a54-88c9-56b3-7e9310416da7"11076 name="DirectoryCopyFlag" 11077 uuid="b5901856-d064-4fbc-ab06-2909ba106154" 11078 11078 > 11079 11079 <desc> … … 11434 11434 11435 11435 <enum 11436 name="FileOpenExFlag s"11437 uuid=" 9d62017b-ddd3-4e5a-a08e-14d1c23bbac1"11436 name="FileOpenExFlag" 11437 uuid="4671abd4-f70c-42aa-8542-6c169cb87a5c" 11438 11438 > 11439 11439 <desc> … … 11858 11858 <interface 11859 11859 name="IGuestSession" extends="$unknown" 11860 uuid=" 486fd828-4c6b-239b-a846-c4bb69e41038"11860 uuid="049af4e1-9732-4815-b01a-d64d21c064fe" 11861 11861 wsmap="managed" 11862 11862 reservedMethods="8" reservedAttributes="8" … … 12026 12026 <param name="destination" type="wstring" dir="in"> 12027 12027 <desc>The path to the target directory (in the guest). Unless the 12028 <link to="DirectoryCopyFlag s_CopyIntoExisting"/> flag is given, the12028 <link to="DirectoryCopyFlag_CopyIntoExisting"/> flag is given, the 12029 12029 directory shall not already exist. Guest path style.</desc> 12030 12030 </param> 12031 <param name="flags" type="DirectoryCopyFlag s" dir="in" safearray="yes">12032 <desc>Zero or more <link to="DirectoryCopyFlag s"/> values.</desc>12031 <param name="flags" type="DirectoryCopyFlag" dir="in" safearray="yes"> 12032 <desc>Zero or more <link to="DirectoryCopyFlag"/> values.</desc> 12033 12033 </param> 12034 12034 <param name="progress" type="IProgress" dir="return"> … … 12051 12051 <param name="destination" type="wstring" dir="in"> 12052 12052 <desc>Where to put the directory on the host. Unless the 12053 <link to="DirectoryCopyFlag s_CopyIntoExisting"/> flag is given, the12053 <link to="DirectoryCopyFlag_CopyIntoExisting"/> flag is given, the 12054 12054 directory shall not already exist. Host path style.</desc> 12055 12055 </param> 12056 <param name="flags" type="DirectoryCopyFlag s" dir="in" safearray="yes">12057 <desc>Zero or more <link to="DirectoryCopyFlag s"/> values.</desc>12056 <param name="flags" type="DirectoryCopyFlag" dir="in" safearray="yes"> 12057 <desc>Zero or more <link to="DirectoryCopyFlag"/> values.</desc> 12058 12058 </param> 12059 12059 <param name="progress" type="IProgress" dir="return"> … … 12076 12076 <param name="destination" type="wstring" dir="in"> 12077 12077 <desc>Where to put the file in the guest. Unless the 12078 <link to="DirectoryCopyFlag s_CopyIntoExisting"/> flag is given, the12078 <link to="DirectoryCopyFlag_CopyIntoExisting"/> flag is given, the 12079 12079 directory shall not already exist. Guest style path.</desc> 12080 12080 </param> 12081 <param name="flags" type="DirectoryCopyFlag s" dir="in" safearray="yes">12082 <desc>Zero or more <link to="DirectoryCopyFlag s"/> values.</desc>12081 <param name="flags" type="DirectoryCopyFlag" dir="in" safearray="yes"> 12082 <desc>Zero or more <link to="DirectoryCopyFlag"/> values.</desc> 12083 12083 </param> 12084 12084 <param name="progress" type="IProgress" dir="return"> … … 12573 12573 </desc> 12574 12574 </param> 12575 <param name="flags" type="FileOpenExFlag s" dir="in" safearray="yes">12576 <desc>Zero or more <link to="FileOpenExFlag s"/> values. </desc>12575 <param name="flags" type="FileOpenExFlag" dir="in" safearray="yes"> 12576 <desc>Zero or more <link to="FileOpenExFlag"/> values. </desc> 12577 12577 </param> 12578 12578 <param name="file" type="IGuestFile" dir="return"> … … 12732 12732 style.</desc> 12733 12733 </param> 12734 <param name="flags" type="FsObjMoveFlag s" dir="in" safearray="yes">12735 <desc>Zero or more <link to="FsObjMoveFlag s"/> values.</desc>12734 <param name="flags" type="FsObjMoveFlag" dir="in" safearray="yes"> 12735 <desc>Zero or more <link to="FsObjMoveFlag"/> values.</desc> 12736 12736 </param> 12737 12737 <param name="progress" type="IProgress" dir="return">
Note:
See TracChangeset
for help on using the changeset viewer.