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

/vbox/src/VBox/Main/include/
H A DVMMDev.h58 int hgcmLoadService (const char *pszServiceLibrary, const char *pszServiceName);
/vbox/src/VBox/Main/src-client/
H A DVMMDevInterface.cpp684 int VMMDev::hgcmLoadService(const char *pszServiceLibrary, const char *pszServiceName) function in class:VMMDev
850 rc = pThis->pVMMDev->hgcmLoadService(VBOXSHAREDFOLDERS_DLL,
H A DConsoleImpl2.cpp2961 rc = pVMMDev->hgcmLoadService("VBoxSharedClipboard", "VBoxSharedClipboard");
2995 rc = pVMMDev->hgcmLoadService("VBoxHostChannel", "VBoxHostChannel");
3014 rc = pVMMDev->hgcmLoadService("VBoxDragAndDropSvc", "VBoxDragAndDropSvc");
3062 rc = pVMMDev->hgcmLoadService("VBoxSharedCrOpenGL", "VBoxSharedCrOpenGL");
5731 int rc = pConsole->m_pVMMDev->hgcmLoadService("VBoxGuestPropSvc", "VBoxGuestPropSvc");
5887 int rc = pConsole->m_pVMMDev->hgcmLoadService("VBoxGuestControlSvc", "VBoxGuestControlSvc");
H A DConsoleImpl.cpp6175 return m_pVMMDev->hgcmLoadService(pszServiceLibrary, pszServiceName);

Completed in 88 milliseconds