VirtualBox

Changeset 38395 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Aug 10, 2011 11:48:29 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73430
Message:

GuestCtrl: Update.

File:
1 edited

Legend:

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

    r38186 r38395  
    85668566  <interface
    85678567    name="IGuest" extends="$unknown"
    8568     uuid="ed109b6e-0578-4b17-8ace-52646789f1a0"
     8568    uuid="35f75ed7-df96-4988-b246-2c103555c95d"
    85698569    wsmap="managed"
    85708570    >
     
    90099009        <desc>
    90109010          <link to="DirectoryCreateFlag"/> flags.
     9011        </desc>
     9012      </param>
     9013    </method>
     9014
     9015    <method name="directoryExists">
     9016      <desc>
     9017        Checks if the specified directory exists and is a directory.
     9018
     9019        <result name="VBOX_E_IPRT_ERROR">
     9020          Error while looking up information.
     9021        </result>
     9022
     9023      </desc>
     9024      <param name="directory" type="wstring" dir="in">
     9025        <desc>
     9026          Full path of directory to check.
     9027        </desc>
     9028      </param>
     9029      <param name="userName" type="wstring" dir="in">
     9030        <desc>
     9031          User name under which the lookup will be performed; the
     9032          user has to exist and have the appropriate rights to access / read the
     9033          desired directory.
     9034        </desc>
     9035      </param>
     9036      <param name="password" type="wstring" dir="in">
     9037        <desc>
     9038          Password of the user account specified.
     9039        </desc>
     9040      </param>
     9041      <param name="exists" type="boolean" dir="return">
     9042        <desc>
     9043          True if it's a directory, false if it isn't (or doesn't exist).
    90119044        </desc>
    90129045      </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