Changeset 71314 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Mar 13, 2018 3:51:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r71257 r71314 11858 11858 <interface 11859 11859 name="IGuestSession" extends="$unknown" 11860 uuid=" 049af4e1-9732-4815-b01a-d64d21c064fe"11860 uuid="8d3485b3-64a9-4995-998e-6c602b91abd2" 11861 11861 wsmap="managed" 11862 11862 reservedMethods="8" reservedAttributes="8" … … 11980 11980 <attribute name="currentDirectory" type="wstring"> 11981 11981 <desc> 11982 The current directory of the session. Guest path style.11982 Gets or sets the current directory of the session. Guest path style. 11983 11983 <result name="E_NOTIMPL"> 11984 11984 This attribute is not implemented yet. 11985 11985 </result> 11986 </desc> 11987 </attribute> 11988 <attribute name="userHome" type="wstring" readonly="yes"> 11989 <desc> 11990 Returns the user's home / profile directory. Guest path style. 11991 </desc> 11992 </attribute> 11993 <attribute name="userDocuments" type="wstring" readonly="yes"> 11994 <desc> 11995 Returns the user's documents directory. Guest path style. 11986 11996 </desc> 11987 11997 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.