Changeset 28448 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Apr 19, 2010 9:17:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r28406 r28448 8372 8372 <interface 8373 8373 name="IGuest" extends="$unknown" 8374 uuid=" c7c26d4a-0177-455e-999e-ee26e74ee803"8374 uuid="419cb190-a2f1-4beb-af8d-fadc75c6ecf7" 8375 8375 wsmap="managed" 8376 8376 > … … 8608 8608 </desc> 8609 8609 </param> 8610 <param name="buffer" type="wstring" dir="return"> 8611 <desc> 8612 Buffer for retrieving the actual output. 8610 <param name="size" type="unsigned long long" dir="in"> 8611 <desc> 8612 Size in bytes to read in the buffer. 8613 </desc> 8614 </param> 8615 <param name="data" type="octet" dir="return" safearray="yes"> 8616 <desc> 8617 Buffer for retrieving the actual output. A data size of 0 means end of file 8618 if the requested size was not 0. This is the unprocessed 8619 output data, i.e. the line ending style depends on the platform of 8620 the system the server is running on. 8613 8621 </desc> 8614 8622 </param>
Note:
See TracChangeset
for help on using the changeset viewer.