VirtualBox

Changeset 80826 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Sep 16, 2019 1:40:38 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133395
Message:

Main: bugref:9341: Fixed doxygen issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp

    r80824 r80826  
    5656 * @retval  VERR_INTERNAL_ERROR when something wrong.
    5757 *
    58  * @param   aNameOrId        The Machine name or id interface the VM will start for.
    59  * @param   aComment         The comment for new VM process.
    60  * @param   aFrontend        The desired frontend for started VM.
    61  * @param   aEnvironment     Additional environment variables=value pairs
    62  *                           separated by newlines for new VM process.
    63  * @param   aExtraArg        Extra argument for the VM process.  Ignored if
    64  *                           empty string.
    65  * @param   aFilename        Start new VM using specified filename. Only filename
    66  *                           without path is allowed. Default filename is used if
    67  *                           empty.
    68  * @param   aFlags           Flags for RTProcCreateEx functions family if
    69  *                           required (RTPROC_FLAGS_XXX).
    70  * @param   aExtraData       Additional data for RTProcCreateX functions family
    71  *                           if required.  Content is defined by the flags.
    72  * @param   aPid             The PID of created process is returned here
     58 * @param   aNameOrId            The Machine name or id interface the VM will start for.
     59 * @param   aComment             The comment for new VM process.
     60 * @param   aFrontend            The desired frontend for started VM.
     61 * @param   aEnvironmentChanges  Additional environment variables in the putenv style
     62 *                               (VAR=VAL for setting, VAR for unsetting) for new VM process.
     63 * @param   aExtraArg            Extra argument for the VM process.  Ignored if
     64 *                               empty string.
     65 * @param   aFilename            Start new VM using specified filename. Only filename
     66 *                               without path is allowed. Default filename is used if
     67 *                               empty.
     68 * @param   aFlags               Flags for RTProcCreateEx functions family if
     69 *                               required (RTPROC_FLAGS_XXX).
     70 * @param   aExtraData           Additional data for RTProcCreateX functions family
     71 *                               if required.  Content is defined by the flags.
     72 * @param   aPid                 The PID of created process is returned here
    7373 */
    7474int MachineLaunchVMCommonWorker(const Utf8Str &aNameOrId,
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