Searched refs:queryVrdeFeature (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp119 int queryVrdeFeature(const char *pszName, char *pszValue, size_t cbValue);
213 int VNCServerImpl::queryVrdeFeature(const char *pszName, char *pszValue, size_t cbValue) function in class:VNCServerImpl
439 instance->queryVrdeFeature("Property/TCP/Ports", pszTCPPort, VNC_ADDRESS_OPTION_MAX);
443 instance->queryVrdeFeature("Property/VNCAddress4", pszVNCAddress4, 24);
447 instance->queryVrdeFeature("Property/VNCPort4", pszVNCPort4, 6);
451 instance->queryVrdeFeature("Property/VNCAddress6", pszVNCAddress6, VNC_ADDRESS_OPTION_MAX);
455 instance->queryVrdeFeature("Property/VNCPort6", pszVNCPort6, 6);

Completed in 64 milliseconds