Changeset 28343 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Apr 15, 2010 2:47:36 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60102
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r28290 r28343 4144 4144 <interface 4145 4145 name="IMachine" extends="$unknown" 4146 uuid=" 21f56f5d-d0fc-49e5-9ea7-91639278f424"4146 uuid="fe51e0c8-7e48-4847-95f0-fc8532f3b480" 4147 4147 wsmap="managed" 4148 4148 > … … 6003 6003 </method> 6004 6004 6005 <method name="queryLogFilename"> 6006 <desc> 6007 Queries for the VM log file name of an given index. Returns an empty 6008 string if a log file with that index doesn't exists. 6009 </desc> 6010 <param name="idx" type="unsigned long" dir="in"> 6011 <desc> 6012 Which log file name to query. 0=current log file. 6013 </desc> 6014 </param> 6015 <param name="filename" type="wstring" dir="return"> 6016 <desc> 6017 On return the full path to the log file or an empty string on error. 6018 </desc> 6019 </param> 6020 </method> 6021 6005 6022 <method name="readLog"> 6006 6023 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.