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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp519 char *pszUserList = NULL; local
525 &pszUserList, &cUsersInList);
822 rc = RTStrAllocEx(&pszUserList, cchUserList + 1);
825 char *psz = pszUserList;
846 Assert(RT_FAILURE(rc) || cUsersInList == 0 || (pszUserList && *pszUserList));
868 VBoxServiceVerbose(4, "cUsersInList=%RU32, pszUserList=%s, rc=%Rrc\n",
869 cUsersInList, pszUserList ? pszUserList : "<NULL>", rc);
871 if (pszUserList)
[all...]

Completed in 46 milliseconds