Changeset 37376 in vbox for trunk/src/VBox
- Timestamp:
- Jun 8, 2011 11:08:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r37375 r37376 8285 8285 <interface 8286 8286 name="IGuest" extends="$unknown" 8287 uuid=" 44637074-a613-48cd-9b5d-77117f971529"8287 uuid="af2766d9-ebff-455f-b5ce-c6f855b8f584" 8288 8288 wsmap="managed" 8289 8289 > … … 8753 8753 </desc> 8754 8754 </param> 8755 <param name="handle" type="unsigned long" dir=" out">8755 <param name="handle" type="unsigned long" dir="return"> 8756 8756 <desc> 8757 8757 Handle of opened directory returned by openDirectory. … … 8774 8774 </desc> 8775 8775 </param> 8776 <param name="entry" type="IGuestDirEntry" dir=" out">8776 <param name="entry" type="IGuestDirEntry" dir="return"> 8777 8777 <desc> 8778 8778 Information about next directory entry on success. … … 8807 8807 </desc> 8808 8808 </param> 8809 <param name="exists" type="boolean" dir=" out">8809 <param name="exists" type="boolean" dir="return"> 8810 8810 <desc> 8811 8811 True if it's a regular file, false if it isn't (or doesn't exist).
Note:
See TracChangeset
for help on using the changeset viewer.