Changeset 80826 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Sep 16, 2019 1:40:38 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133395
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp
r80824 r80826 56 56 * @retval VERR_INTERNAL_ERROR when something wrong. 57 57 * 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 pairs62 * separated by newlinesfor new VM process.63 * @param aExtraArg Extra argument for the VM process. Ignored if64 * empty string.65 * @param aFilename Start new VM using specified filename. Only filename66 * without path is allowed. Default filename is used if67 * empty.68 * @param aFlags Flags for RTProcCreateEx functions family if69 * required (RTPROC_FLAGS_XXX).70 * @param aExtraData Additional data for RTProcCreateX functions family71 * if required. Content is defined by the flags.72 * @param aPid The PID of created process is returned here58 * @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 73 73 */ 74 74 int MachineLaunchVMCommonWorker(const Utf8Str &aNameOrId,
Note:
See TracChangeset
for help on using the changeset viewer.