Changeset 71413 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Mar 20, 2018 4:27:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r71277 r71413 3921 3921 <listitem><para>Guest Control APIs were changed as follows: 3922 3922 <itemizedlist> 3923 <listitem><para><link linkend="IGuest__createSession">IGuest::createSession()</link>, 3924 <link linkend="IGuestSession__processCreate">IGuestSession::processCreate()</link>, 3925 <link linkend="IGuestSession__processCreateEx">IGuestSession::processCreateEx()</link>, 3926 <link linkend="IGuestSession__directoryOpen">IGuestSession::directoryOpen()</link> and 3927 <link linkend="IGuestSession__fileOpen">IGuestSession::fileOpen()</link> now will 3928 return the new error code VBOX_E_MAXIMUM_REACHED if the limit for the according object 3929 group has been reached.</para> 3930 </listitem> 3931 3923 3932 <listitem><para>The enumerations FileOpenExFlags, FsObjMoveFlags and DirectoryCopyFlags have 3924 3933 been renamed to <link linkend="FileOpenExFlag">FileOpenExFlag</link>,
Note:
See TracChangeset
for help on using the changeset viewer.