VirtualBox

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


Ignore:
Timestamp:
Feb 24, 2023 8:49:40 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156009
Message:

Guest Control: Implemented directory handling / walking as non-toolbox variants. bugref:9783

File:
1 edited

Legend:

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

    r98701 r98709  
    2811528115  <interface
    2811628116    name="IGuestDirectoryReadEvent" extends="IGuestDirectoryEvent"
    28117     uuid="6eef78d9-51d6-495b-8f91-807654a189a2"
     28117    uuid="4e774bbe-5285-4517-8d34-21260633c513"
    2811828118    wsmap="managed" autogen="VBoxEvent" id="OnGuestDirectoryRead"
    2811928119    >
     
    2812228122    </desc>
    2812328123
     28124    <attribute name="path" type="wstring" readonly="yes">
     28125      <desc>Path of the directory entry.</desc>
     28126    </attribute>
     28127
    2812428128    <attribute name="objInfo" type="IFsObjInfo" readonly="yes">
    28125       <desc>Object information of the current directory entry read. Also see
     28129      <desc>Object information of the directory entry. Also see
    2812628130        <link to="IFsObjInfo"/>.</desc>
     28131    </attribute>
     28132
     28133    <attribute name="owner" type="wstring" readonly="yes">
     28134      <desc>Resolved owner name of the directory entry.</desc>
     28135    </attribute>
     28136
     28137    <attribute name="groups" type="wstring" readonly="yes">
     28138      <desc>Resolved user groups of the directory entry.</desc>
     28139      <!-- @todo This actually should be a SafeArray<wstring> to cover all non-primary groups,
     28140                 but our COM generation code does not yet support this yet for events.
     28141                 See @todo in genRetParam in compimpl.xsl. -->
    2812728142    </attribute>
    2812828143
Note: See TracChangeset for help on using the changeset viewer.

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