VirtualBox

Ignore:
Timestamp:
Mar 13, 2018 3:51:14 PM (7 years ago)
Author:
vboxsync
Message:

GuestControl: Added and implemented IGuestSession::userHome and IGuestSession::userDocuments attributes. Untested.

File:
1 edited

Legend:

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

    r71257 r71314  
    1185811858  <interface
    1185911859    name="IGuestSession" extends="$unknown"
    11860     uuid="049af4e1-9732-4815-b01a-d64d21c064fe"
     11860    uuid="8d3485b3-64a9-4995-998e-6c602b91abd2"
    1186111861    wsmap="managed"
    1186211862    reservedMethods="8" reservedAttributes="8"
     
    1198011980    <attribute name="currentDirectory" type="wstring">
    1198111981      <desc>
    11982         The current directory of the session.  Guest path style.
     11982        Gets or sets the current directory of the session.  Guest path style.
    1198311983        <result name="E_NOTIMPL">
    1198411984          This attribute is not implemented yet.
    1198511985        </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.
    1198611996      </desc>
    1198711997    </attribute>
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