Searched defs:SHOW_STRING_PROP (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp394 #define SHOW_STRING_PROP(a_pObj, a_Prop, a_szMachine, a_szHuman) \ macro
425 SHOW_STRING_PROP(a_pObj, a_Prop, a_szMachine, a_szHuman)
506 SHOW_STRING_PROP( machine, Name, "name", "Name");
513 SHOW_STRING_PROP( osType, Description, "ostype", "Guest OS");
515 SHOW_STRING_PROP( machine, SettingsFilePath, "CfgFile", "Config file");
516 SHOW_STRING_PROP( machine, SnapshotFolder, "SnapFldr", "Snapshot folder");
517 SHOW_STRING_PROP( machine, LogFolder, "LogFldr", "Log folder");
777 SHOW_STRING_PROP( machine, TeleporterAddress, "teleporteraddress", "Teleporter Address");
778 SHOW_STRING_PROP( machine, TeleporterPassword, "teleporterpassword", "Teleporter Password");
781 SHOW_STRING_PROP( machin
[all...]

Completed in 47 milliseconds