Changeset 54835 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Mar 18, 2015 3:44:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r54828 r54835 13489 13489 <interface 13490 13490 name="IMedium" extends="$unknown" 13491 uuid=" edf10636-fd4f-4e24-8d24-f38a41721a00"13491 uuid="41e09c4f-97bf-4a1a-bf5c-c5b87f58464b" 13492 13492 wsmap="managed" 13493 13493 > … … 14774 14774 <param name="progress" type="IProgress" dir="return"> 14775 14775 <desc>Progress object to track the operation completion.</desc> 14776 </param> 14777 </method> 14778 14779 <method name="getEncryptionSettings"> 14780 <desc> 14781 Returns the encryption settings for this medium. 14782 14783 <result name="VBOX_E_NOT_SUPPORTED"> 14784 Encryption is not configured for this medium. 14785 </result> 14786 </desc> 14787 <param name="cipher" type="wstring" dir="out"> 14788 <desc>The cipher used for encryption.</desc> 14789 </param> 14790 <param name="passwordId" type="wstring" dir="return"> 14791 <desc>The ID of the password when unlocking the medium.</desc> 14776 14792 </param> 14777 14793 </method>
Note:
See TracChangeset
for help on using the changeset viewer.