VirtualBox

Changeset 47835 in vbox


Ignore:
Timestamp:
Aug 19, 2013 9:13:49 AM (11 years ago)
Author:
vboxsync
Message:

Main: Documentation.

File:
1 edited

Legend:

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

    r47817 r47835  
    1062110621      </param>
    1062210622      <param name="openMode" type="wstring" dir="in">
    10623         <desc>The file open mode.</desc>
     10623        <desc>The file opening mode. This describes the wanted access to a file, whereas
     10624          the parameter must be one of the following:
     10625          <ul>
     10626            <li><b>r</b>Opens a file for reading.</li>
     10627            <li><b>r+</b>Opens a file for reading and writing.</li>
     10628            <li><b>w</b>Opens a file for writing.</li>
     10629            <li><b>w+</b>Opens a file for writing and reading.</li>
     10630          </ul>
     10631        </desc>
    1062410632      </param>
    1062510633      <param name="disposition" type="wstring" dir="in">
    10626         <desc>The file disposition.</desc>
     10634        <desc>The file disposition. This describes the action to take in case a
     10635          file exists or does not exist, whereas the parameter must be one of the
     10636          following:
     10637          <ul>
     10638            <li><b>ca</b>Creates a new file, always. Overwrites an existing file.</li>
     10639            <li><b>ce</b>Creates a new file if it does not exist. Fail if exist.</li>
     10640            <li><b>oc</b>Opens and existing file or create it if it does not exist.</li>
     10641            <li><b>oe</b>Opens an existing file or fail if it does not exist.</li>
     10642            <li><b>ot</b>Opens and truncate an existing file or fail if it does not exist.</li>
     10643          </ul>
     10644        </desc>
    1062710645      </param>
    1062810646      <param name="creationMode" type="unsigned long" dir="in">
    10629         <desc>The file creation mode.</desc>
     10647        <desc>The mode to create the file with. Must be a three-digit octal number which
     10648          represents the access rights for the file.</desc>
    1063010649      </param>
    1063110650      <param name="file" type="IGuestFile" dir="return">
     
    1065010669      </param>
    1065110670      <param name="openMode" type="wstring" dir="in">
    10652         <desc>The file open mode.</desc>
     10671        <desc>The file opening mode. This describes the wanted access to a file, whereas
     10672          the parameter must be one of the following:
     10673          <ul>
     10674            <li><b>r</b>Opens a file for reading.</li>
     10675            <li><b>r+</b>Opens a file for reading and writing.</li>
     10676            <li><b>w</b>Opens a file for writing.</li>
     10677            <li><b>w+</b>Opens a file for writing and reading.</li>
     10678          </ul>
     10679        </desc>
    1065310680      </param>
    1065410681      <param name="disposition" type="wstring" dir="in">
    10655         <desc>The file disposition.</desc>
     10682        <desc>The file disposition. This describes the action to take in case a
     10683          file exists or does not exist, whereas the parameter must be one of the
     10684          following:
     10685          <ul>
     10686            <li><b>ca</b>Creates a new file, always. Overwrites an existing file.</li>
     10687            <li><b>ce</b>Creates a new file if it does not exist. Fail if exist.</li>
     10688            <li><b>oc</b>Opens and existing file or create it if it does not exist.</li>
     10689            <li><b>oe</b>Opens an existing file or fail if it does not exist.</li>
     10690            <li><b>ot</b>Opens and truncate an existing file or fail if it does not exist.</li>
     10691          </ul>
     10692        </desc>
    1065610693      </param>
    1065710694      <param name="sharingMode" type="wstring" dir="in">
    10658         <desc>The file sharing mode on the guest.</desc>
     10695        <desc>The file sharing mode on the guest. This parameter
     10696          is not implemented yet.</desc>
    1065910697      </param>
    1066010698      <param name="creationMode" type="unsigned long" dir="in">
    10661         <desc>The file creation mode.</desc>
     10699        <desc>The mode to create the file with. Must be a three-digit octal number which
     10700          represents the access rights for the file.</desc>
    1066210701      </param>
    1066310702      <param name="offset" type="long long" dir="in">
    10664         <desc>The initial read/write offset.</desc>
     10703        <desc>The initial read/write offset (in bytes).</desc>
    1066510704      </param>
    1066610705      <param name="file" type="IGuestFile" dir="return">
     
    1126411303  <interface
    1126511304    name="IFile" extends="$unknown"
    11266     uuid="ceb895d7-8b2d-4a39-8f7c-7d2270f341d5"
     11305    uuid="984a8bb5-ec58-4685-ab5e-7b46112b6b56"
    1126711306    wsmap="managed"
    1126811307    >
     
    1127511314      </desc>
    1127611315    </attribute>
    11277     <attribute name="disposition" type="unsigned long" readonly="yes">
     11316    <attribute name="disposition" type="wstring" readonly="yes">
    1127811317      <desc>
    1127911318        The disposition mode.
     
    1129511334      </desc>
    1129611335    </attribute>
    11297     <attribute name="openMode" type="unsigned long" readonly="yes">
     11336    <attribute name="openMode" type="wstring" readonly="yes">
    1129811337      <desc>
    1129911338        The open mode.
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