VirtualBox

Changeset 14690

Show
Ignore:
Timestamp:
11/27/08 10:49:48 (1 month ago)
Author:
vboxsync
Message:

No need to document E_ACCESSDENIED and E_POINTER.

Files:

Legend:

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

    r14666 r14690  
    21882188 
    21892189        where @c name is the property name and @c group, @c subgroup are zero 
    2190         or or more property group specifiers. Each element (group or name) in 
     2190        or more property group specifiers. Each element (group or name) in 
    21912191        the property mask may be either a Latin string or an asterisk symbol 
    21922192        (@c "*") which is used to match any string for the given element. A 
     
    63946394      <link to="IVirtualBox::DVDImages"/> and 
    63956395      <link to="IVirtualBox::floppyImages"/> attributes. Individual media can be 
    6396       quickly found by by UUID using <link to="IVirtualBox::getHardDisk2()"/> 
     6396      quickly found by UUID using <link to="IVirtualBox::getHardDisk2()"/> 
    63976397      and similar methods or by location using 
    63986398      <link to="IVirtualBox::findHardDisk2()"/> and similar methods. 
     
    67856785 
    67866786      Every hard disk attachment specifies a slot of the virtual hard disk 
    6787       controller and a virtual virtual hard disk attached to this slot. 
     6787      controller and a virtual hard disk attached to this slot. 
    67886788 
    67896789      The array of hard disk attachments is returned by 
     
    72297229        </result> 
    72307230        <result name="E_INVALIDARG">@a name is NULL or empty.</result> 
    7231         <result name="E_POINTER">@a value points to invalid memory.</result> 
    72327231      </desc> 
    72337232      <param name="name" type="wstring" dir="in"> 
     
    72857284        array. 
    72867285 
    7287         <result name="E_POINTER">@a returnNames or @a returnValues points to 
    7288           invalid memory. 
    7289         </result> 
    7290         <result name="E_ACCESSDENIED">Access to object is denied.</result> 
    72917286      </desc> 
    72927287      <param name="names" type="wstring" dir="in"> 
     
    73087303      <desc> 
    73097304        Starts creating a dynamically expanding hard disk storage unit in the 
    7310         background. The previous storage unit created for this this object, if 
    7311         any, must be first deleted using <link to="#deleteStorage"/>, otherwise 
     7305        background. The previous storage unit created for this object, if 
     7306        any, must first be deleted using <link to="#deleteStorage"/>, otherwise 
    73127307        the operation will fail. 
    73137308 
    7314         Before the operation starts, the hard disk is placed to 
     7309        Before the operation starts, the hard disk is placed in 
    73157310        <link to="MediaState::Creating"/> state. If the create operation 
    7316         fails, the media will placed back to <link to="MediaState::NotCreated"/> 
     7311        fails, the media will be placed back in <link to="MediaState::NotCreated"/> 
    73177312        state. 
    73187313 
    7319         After the returned progress object reports that the operation i
    7320         successfully complete, the media state will be set to <link 
     7314        After the returned progress object reports that the operation ha
     7315        successfully completed, the media state will be set to <link 
    73217316        to="MediaState::Created"/>, the hard disk will be remembered by this 
    73227317        VirtualBox installation and may be attached to virtual machines. 
     
    73337328      <desc> 
    73347329        Starts creating a fixed-size hard disk storage unit in the background. 
    7335         The previous storage unit created for this this object, if 
     7330        The previous storage unit created for this object, if 
    73367331        any, must be first deleted using <link to="#deleteStorage"/>, otherwise 
    73377332        the operation will fail. 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy