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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1753 BOOL fReuseCon; local
1754 vrdeServer->COMGETTER(ReuseSingleConnection)(&fReuseCon);
1806 RTPrintf("vrdereusecon=\"%s\"\n", fReuseCon ? "on" : "off");
1815 RTPrintf("VRDE: enabled (Address %ls, Ports %ls, MultiConn: %s, ReuseSingleConn: %s, Authentication type: %s)\n", address.raw(), ports.raw(), fMultiCon ? "on" : "off", fReuseCon ? "on" : "off", strAuthType);

Completed in 59 milliseconds