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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp317 char *pszAttach; local
318 rc = vboxServiceGetLAClientValue(uClientID, "Attach", &pszAttach,
322 AssertPtr(pszAttach);
323 pClient->fAttached = !RTStrICmp(pszAttach, "1") ? true : false;
325 RTStrFree(pszAttach);
1445 char *pszAttach = NULL; local
1446 rc2 = vboxServiceGetLAClientValue(uLAClientID, "Attach", &pszAttach,
1485 if (pszAttach)
1486 RTStrFree(pszAttach);

Completed in 47 milliseconds