Changeset 94661 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 21, 2022 8:47:26 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r94660 r94661 284 284 * @param fDirectoryIncludesUUID Whether the use a special VM directory naming 285 285 * scheme (includes the UUID). 286 * @param aCipher The cipher to encrypt the VM with. 287 * @param aPasswordId The password ID, empty if the VM should not be encrypted. 288 * @param aPassword The password to encrypt the VM with. 286 289 * 287 290 * @return Success indicator. if not S_OK, the machine object is invalid … … 445 448 * be relative to the VirtualBox config directory). 446 449 * @param aId UUID of the machine or NULL (see above). 447 * @param strKeyId Key ID of the password for decrypting the config.448 450 * @param strPassword Password for decrypting the config 449 451 *
Note:
See TracChangeset
for help on using the changeset viewer.