Changeset 58383 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Oct 23, 2015 9:24:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r58134 r58383 3601 3601 <interface 3602 3602 name="IInternalMachineControl" extends="$unknown" 3603 uuid=" ec36f437-ad4d-4512-94dd-f4c568143aa7"3603 uuid="cdbc59df-4f4d-4cf2-809c-917601355afc" 3604 3604 internal="yes" 3605 3605 wsmap="suppress" … … 3923 3923 <param name="vmNetTx" type="unsigned long" dir="in"> 3924 3924 <desc>Network transmit rate for VM.</desc> 3925 </param> 3926 </method> 3927 3928 <method name="authenticateExternal"> 3929 <desc> 3930 Verify credentials using the external auth library. 3931 </desc> 3932 <param name="authParams" type="wstring" dir="in" safearray="yes"> 3933 <desc> 3934 The auth parameters, credentials, etc. 3935 </desc> 3936 </param> 3937 <param name="result" type="wstring" dir="out"> 3938 <desc> 3939 The authentification result. 3940 </desc> 3925 3941 </param> 3926 3942 </method>
Note:
See TracChangeset
for help on using the changeset viewer.