Changeset 42818 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Aug 15, 2012 9:45:06 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80065
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r42810 r42818 10302 10302 <desc>Handle to read from. Usually 0 is stdin.</desc> 10303 10303 </param> 10304 <param name=" size" type="unsigned long" dir="in">10304 <param name="toRead" type="unsigned long" dir="in"> 10305 10305 <desc>Number of bytes to read.</desc> 10306 10306 </param> … … 10447 10447 <interface 10448 10448 name="IFile" extends="$unknown" 10449 uuid="b 3484293-b98b-4952-ae23-f18eca6a5ff9"10449 uuid="b702a560-6139-4a8e-a892-bbf14b97bf97" 10450 10450 wsmap="managed" 10451 10451 > … … 10539 10539 <desc>Number of bytes to read.</desc> 10540 10540 </param> 10541 <param name="read" type="unsigned long" dir="out"> 10542 <desc>How much bytes were read.</desc> 10541 <param name="timeoutMS" type="unsigned long" dir="in"> 10542 <desc> 10543 Timeout (in ms) to wait for the operation to complete. 10544 Pass 0 for an infinite timeout. 10545 </desc> 10543 10546 </param> 10544 10547 <param name="data" type="octet" dir="return" safearray="yes"> … … 10561 10564 <desc>Number of bytes to read.</desc> 10562 10565 </param> 10563 <param name="read" type="unsigned long" dir="out"> 10564 <desc>How much bytes were read.</desc> 10566 <param name="timeoutMS" type="unsigned long" dir="in"> 10567 <desc> 10568 Timeout (in ms) to wait for the operation to complete. 10569 Pass 0 for an infinite timeout. 10570 </desc> 10565 10571 </param> 10566 10572 <param name="data" type="octet" dir="return" safearray="yes"> … … 10610 10616 </desc> 10611 10617 </param> 10618 <param name="timeoutMS" type="unsigned long" dir="in"> 10619 <desc> 10620 Timeout (in ms) to wait for the operation to complete. 10621 Pass 0 for an infinite timeout. 10622 </desc> 10623 </param> 10612 10624 <param name="written" type="unsigned long" dir="return"> 10613 10625 <desc>How much bytes were written.</desc> … … 10630 10642 Array of bytes to write. The size of the array also specifies 10631 10643 how much to write. 10644 </desc> 10645 </param> 10646 <param name="timeoutMS" type="unsigned long" dir="in"> 10647 <desc> 10648 Timeout (in ms) to wait for the operation to complete. 10649 Pass 0 for an infinite timeout. 10632 10650 </desc> 10633 10651 </param>
Note:
See TracChangeset
for help on using the changeset viewer.