Changeset 99120 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Mar 22, 2023 5:30:14 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r99085 r99120 14814 14814 <interface 14815 14815 name="IGuestSession" extends="$unknown" 14816 uuid=" 234f0627-866d-48c2-91a5-4c9d50f04928"14816 uuid="5591bead-9c1d-4cbd-9669-2d0b04fac0a8" 14817 14817 wsmap="managed" 14818 14818 reservedMethods="8" reservedAttributes="12" … … 15947 15947 If ProcessCreateFlag_WaitForStdOut and/or ProcessCreateFlag_WaitForStdErr 15948 15948 are set, the guest process will not enter the terminated state until 15949 all data from the specified streams have been read read.15949 all data from the specified streams have been read. 15950 15950 </note> 15951 15951 … … 15961 15961 <desc> 15962 15962 Full path to the file to execute in the guest. The file has to 15963 exist sin the guest VM with executable right to the session user in15963 exist in the guest VM with executable right to the session user in 15964 15964 order to succeed. If empty/null, the first entry in the 15965 15965 @a arguments array will be used instead (i.e. argv[0]). 15966 </desc> 15967 </param> 15968 <param name="cwd" type="wstring" dir="in"> 15969 <desc> 15970 Path to the directory in which to execute in the guest. The 15971 directory has to exist in the guest VM with search rights to the 15972 session user in order to succeed. If empty/null, the session 15973 user's default (typically 'home') directory is used. If not a 15974 full path, it is interpreted relative to the default directory; 15975 e.g. 'work' means '$HOME/work' (according to the guest's '$HOME'- 15976 like concept). 15966 15977 </desc> 15967 15978 </param> … … 16017 16028 See <link to="IGuestSession::processCreate"/> for more information. 16018 16029 </desc> 16030 <param name="cwd" type="wstring" dir="in"> 16031 <desc> 16032 Path to the directory in which to execute in the guest. The 16033 directory has to exist in the guest VM with search rights to the 16034 session user in order to succeed. If empty/null, the session 16035 user's default (typically 'home') directory is used. If not a 16036 full path, it is interpreted relative to the default directory; 16037 e.g. 'work' means '$HOME/work' (according to the guest's '$HOME'- 16038 like concept). 16039 </desc> 16040 </param> 16019 16041 <param name="executable" type="wstring" dir="in"> 16020 16042 <desc> 16021 16043 Full path to the file to execute in the guest. The file has to 16022 exist sin the guest VM with executable right to the session user in16044 exist in the guest VM with executable right to the session user in 16023 16045 order to succeed. If empty/null, the first entry in the 16024 16046 @a arguments array will be used instead (i.e. argv[0]).
Note:
See TracChangeset
for help on using the changeset viewer.