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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp1433 char *pszLAClientID = NULL; local
1435 &pszLAClientID, NULL /* Flags */, NULL /* Timestamp */);
1438 AssertPtr(pszLAClientID);
1439 if (RTStrICmp(pszLAClientID, "0")) /* Is a client connected? */
1441 uint32_t uLAClientID = RTStrToInt32(pszLAClientID);
1494 RTStrFree(pszLAClientID);

Completed in 47 milliseconds