Changeset 34398 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Nov 26, 2010 4:24:58 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68169
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r34397 r34398 7767 7767 </desc> 7768 7768 7769 <const name="None" value="0">7769 <const name="None" value="0"> 7770 7770 <desc>Guest Additions are not loaded.</desc> 7771 7771 </const> 7772 <const name="System" value="1">7772 <const name="System" value="1"> 7773 7773 <desc>Guest drivers are loaded.</desc> 7774 7774 </const> 7775 <const name="Userland" value="2">7775 <const name="Userland" value="2"> 7776 7776 <desc>Common components (such as application services) are loaded.</desc> 7777 7777 </const> 7778 <const name="Desktop" value="3">7778 <const name="Desktop" value="3"> 7779 7779 <desc>Per-user desktop components are loaded.</desc> 7780 </const> 7781 </enum> 7782 7783 <enum 7784 name="AdditionsUpdateFlag" 7785 uuid="726a818d-18d6-4389-94e8-3e9e6826171a" 7786 > 7787 <desc> 7788 Guest Additions update flags. 7789 </desc> 7790 7791 <const name="None" value="0"> 7792 <desc>No flag set.</desc> 7793 </const> 7794 <const name="WaitForUpdateStartOnly" value="1"> 7795 <desc>Only wait for the update process being started and do not 7796 wait while peforming the actual update.</desc> 7780 7797 </const> 7781 7798 </enum> … … 8186 8203 <param name="flags" type="unsigned long" dir="in"> 8187 8204 <desc> 8188 Copy flags. 8205 Copy flags. Not used at the moment and must be set to 0. 8189 8206 </desc> 8190 8207 </param> … … 8283 8300 <param name="flags" type="unsigned long" dir="in"> 8284 8301 <desc> 8285 Additional flags for update process. Not used at the moment and 8286 must be set to 0. 8302 Flags for Guest Additions update. 8287 8303 </desc> 8288 8304 </param>
Note:
See TracChangeset
for help on using the changeset viewer.