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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceAutoMount.cpp69 static uint32_t g_SharedFoldersSvcClientID = 0; variable
80 rc = VbglR3SharedFolderConnect(&g_SharedFoldersSvcClientID);
83 VBoxServiceVerbose(3, "VBoxServiceAutoMountInit: Service Client ID: %#x\n", g_SharedFoldersSvcClientID);
483 int rc = VbglR3SharedFolderGetMappings(g_SharedFoldersSvcClientID, true /* Only process auto-mounted folders */,
503 if (VbglR3SharedFolderExists(g_SharedFoldersSvcClientID, "vbsfAutoMount"))
511 rc = VBoxServiceAutoMountProcessMappings(paMappings, cMappings, pszMountDir, pszSharePrefix, g_SharedFoldersSvcClientID);
564 VbglR3SharedFolderDisconnect(g_SharedFoldersSvcClientID);
565 g_SharedFoldersSvcClientID = 0;

Completed in 32 milliseconds