Changeset 92373 in vbox
- Timestamp:
- Nov 11, 2021 2:56:09 PM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r92372 r92373 48 48 #include "VBoxManage.h" 49 49 50 50 51 /********************************************************************************************************************************* 51 52 * Defined Constants And Macros * 52 53 *********************************************************************************************************************************/ 54 53 55 /** The command doesn't need the COM stuff. */ 54 56 #define VBMG_CMD_F_NO_COM RT_BIT_32(0) -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r92372 r92373 67 67 68 68 /********************************************************************************************************************************* 69 * Defined Constants And Macros*69 * Defined Constants And Macros * 70 70 *********************************************************************************************************************************/ 71 71 72 #define GCTLCMD_COMMON_OPT_USER 999 /**< The --username option number. */ 72 73 #define GCTLCMD_COMMON_OPT_PASSWORD 998 /**< The --password option number. */
Note:
See TracChangeset
for help on using the changeset viewer.