VirtualBox

Ignore:
Timestamp:
Apr 19, 2010 9:17:37 AM (15 years ago)
Author:
vboxsync
Message:

Guest Control: Update (API for retrieving output).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r28406 r28448  
    83728372  <interface
    83738373     name="IGuest" extends="$unknown"
    8374      uuid="c7c26d4a-0177-455e-999e-ee26e74ee803"
     8374     uuid="419cb190-a2f1-4beb-af8d-fadc75c6ecf7"
    83758375     wsmap="managed"
    83768376     >
     
    86088608        </desc>
    86098609      </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.
    86138621        </desc>
    86148622      </param>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette