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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1746 LONG currentPort = -1; local
1785 rc = vrdeServerInfo->COMGETTER(Port)(&currentPort);
1788 currentPort = -1; /* VM not powered up */
1801 RTPrintf("vrdeport=%d\n", currentPort);
1816 if (pConsole && currentPort != -1 && currentPort != 0)
1817 RTPrintf("VRDE port: %d\n", currentPort);

Completed in 58 milliseconds