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

/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp414 char *pszVNCPort6 = NULL; local
454 pszVNCPort6 = (char *)RTMemTmpAllocZ(6);
455 instance->queryVrdeFeature("Property/VNCPort6", pszVNCPort6, 6);
474 if (strlen(pszVNCPort6) > 0)
476 rc = RTStrToUInt32Ex(pszVNCPort6, NULL, 10, &uServerPort6);
590 if (pszVNCPort6 && uServerPort6 == 0)
592 rc = RTStrToUInt32Ex(pszVNCPort6, NULL, 10, &uServerPort6);

Completed in 178 milliseconds