VirtualBox

vbox的更動 61915 路徑 trunk/src/VBox/Main


忽略:
時間撮記:
2016-6-28 上午10:08:28 (8 年 以前)
作者:
vboxsync
訊息:

Main/idl: doxygen fixes: properly link to enums

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r61893 r61915  
    77837783
    77847784        If the given snapshot is an online snapshot, the machine will go to
    7785         the <link to="MachineState_Saved"> saved state</link>, so that the
     7785        the <link to="MachineState_Saved">saved state</link>, so that the
    77867786        next time it is powered on, the execution state will be restored
    77877787        from the state of the snapshot.
     
    93549354        Indicates whether VirtualBox was built with raw-mode support.
    93559355
    9356         When this reads as False, the <link to="HWVirtExPropertyType::Enabled"/>
     9356        When this reads as False, the <link to="HWVirtExPropertyType_Enabled"/>
    93579357        setting will be ignored and assumed to be True.
    93589358      </desc>
     
    1145811458      <param name="destination" type="wstring" dir="in">
    1145911459        <desc>The path to the target directory (in the guest).  Unless the
    11460           <link to="DirectoryCopyFlags::CopyIntoExisting"/> flag is given, the
     11460          <link to="DirectoryCopyFlags_CopyIntoExisting"/> flag is given, the
    1146111461          directory shall not already exist.  Guest path style.</desc>
    1146211462      </param>
     
    1148311483      <param name="destination" type="wstring" dir="in">
    1148411484        <desc>Where to put the directory on the host.  Unless the
    11485           <link to="DirectoryCopyFlags::CopyIntoExisting"/> flag is given, the
     11485          <link to="DirectoryCopyFlags_CopyIntoExisting"/> flag is given, the
    1148611486          directory shall not already exist.  Host path style.</desc>
    1148711487      </param>
     
    1150811508      <param name="destination" type="wstring" dir="in">
    1150911509        <desc>Where to put the file in the guest. Unless the
    11510           <link to="DirectoryCopyFlags::CopyIntoExisting"/> flag is given, the
     11510          <link to="DirectoryCopyFlags_CopyIntoExisting"/> flag is given, the
    1151111511          directory shall not already exist.  Guest style path.</desc>
    1151211512      </param>
     
    1168711687      <param name="flags" type="DirectoryRemoveRecFlag" dir="in" safearray="yes">
    1168811688        <desc>Zero or more <link to="DirectoryRemoveRecFlag"/> flags.
    11689           <note>WARNING! SPECIFYING <link to="DirectoryRemoveRecFlag::ContentAndDir"/> IS
     11689          <note>WARNING! SPECIFYING <link to="DirectoryRemoveRecFlag_ContentAndDir"/> IS
    1169011690             MANDATORY AT THE MOMENT!!</note>
    1169111691        </desc>
     
    1177711777
    1177811778        <note>Will overwrite the destination file unless
    11779           <link to="FileCopyFlag::NoReplace"/> is specified.</note>
     11779          <link to="FileCopyFlag_NoReplace"/> is specified.</note>
    1178011780
    1178111781        <result name="E_NOTIMPL">
     
    1180311803
    1180411804        <note>Will overwrite the destination file unless
    11805           <link to="FileCopyFlag::NoReplace"/> is specified.</note>
     11805          <link to="FileCopyFlag_NoReplace"/> is specified.</note>
    1180611806
    1180711807        <result name="VBOX_E_IPRT_ERROR">
     
    1183011830
    1183111831        <note>Will overwrite the destination file unless
    11832           <link to="FileCopyFlag::NoReplace"/> is specified.</note>
     11832          <link to="FileCopyFlag_NoReplace"/> is specified.</note>
    1183311833
    1183411834        <result name="VBOX_E_IPRT_ERROR">
     
    1199411994          ignore for all guest OSes.  It will in the future be implemented for
    1199511995          Windows, OS/2 and maybe Solaris guests only, the others will ignore it.
    11996           Use <link to="FileSharingMode::All"/>.
     11996          Use <link to="FileSharingMode_All"/>.
    1199711997        </desc>
    1199811998      </param>
     
    1277812778        The file current position always applies to the <link to="IFile::read"/>
    1277912779        method, which updates it upon return.  Same goes for the <link to="IFile::write"/>
    12780         method except when <link to="IFile::accessMode"/> is <link to="FileAccessMode::AppendOnly"/>
    12781         or <link to="FileAccessMode::AppendRead"/>, where it will always write
     12780        method except when <link to="IFile::accessMode"/> is <link to="FileAccessMode_AppendOnly"/>
     12781        or <link to="FileAccessMode_AppendRead"/>, where it will always write
    1278212782        to the end of the file and will leave this attribute unchanged.
    1278312783
     
    1290212902        The file current position always applies to the <link to="IFile::read"/>
    1290312903        method.  Same for the <link to="IFile::write"/> method it except when
    12904         the <link to="IFile::accessMode"/> is <link to="FileAccessMode::AppendOnly"/>
    12905         or <link to="FileAccessMode::AppendRead"/>.
     12904        the <link to="IFile::accessMode"/> is <link to="FileAccessMode_AppendOnly"/>
     12905        or <link to="FileAccessMode_AppendRead"/>.
    1290612906      </desc>
    1290712907      <param name="offset" type="long long" dir="in">
     
    1688616886        </desc>
    1688716887      </param>
    16888       <param name="width" type="unsigned long" dir="in"/>
    16889       <param name="height" type="unsigned long" dir="in"/>
    16890       <param name="bitsPerPixel" type="unsigned long" dir="in"/>
     16888      <param name="width" type="unsigned long" dir="in">
     16889        <desc>
     16890          The width of the guest screen.
     16891        </desc>
     16892      </param>
     16893      <param name="height" type="unsigned long" dir="in">
     16894        <desc>
     16895          The height of the guest screen.
     16896        </desc>
     16897      </param>
     16898      <param name="bitsPerPixel" type="unsigned long" dir="in">
     16899        <desc>
     16900          The number of bits per pixel of the guest screen.
     16901        </desc>
     16902      </param>
    1689116903    </method>
    1689216904
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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