Changeset 98709 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Feb 24, 2023 8:49:40 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156009
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r98701 r98709 28115 28115 <interface 28116 28116 name="IGuestDirectoryReadEvent" extends="IGuestDirectoryEvent" 28117 uuid=" 6eef78d9-51d6-495b-8f91-807654a189a2"28117 uuid="4e774bbe-5285-4517-8d34-21260633c513" 28118 28118 wsmap="managed" autogen="VBoxEvent" id="OnGuestDirectoryRead" 28119 28119 > … … 28122 28122 </desc> 28123 28123 28124 <attribute name="path" type="wstring" readonly="yes"> 28125 <desc>Path of the directory entry.</desc> 28126 </attribute> 28127 28124 28128 <attribute name="objInfo" type="IFsObjInfo" readonly="yes"> 28125 <desc>Object information of the current directory entry read. Also see28129 <desc>Object information of the directory entry. Also see 28126 28130 <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. --> 28127 28142 </attribute> 28128 28143
Note:
See TracChangeset
for help on using the changeset viewer.