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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp115 static VBOXSERVICELACLIENTINFO g_LAClientInfo; variable
204 RT_ZERO(g_LAClientInfo);
1453 vboxServiceFreeLAClientInfo(&g_LAClientInfo);
1457 rc2 = vboxServiceGetLAClientInfo(uLAClientID, &g_LAClientInfo);
1463 !g_LAClientAttachedTS ? "already active" : g_LAClientInfo.fAttached ? "connected" : "disconnected",
1464 uLAClientID, g_LAClientInfo.pszName, g_LAClientInfo.pszDomain);
1466 g_LAClientAttachedTS = g_LAClientInfo.uAttachedTS;
1491 vboxServiceFreeLAClientInfo(&g_LAClientInfo);
1585 vboxServiceFreeLAClientInfo(&g_LAClientInfo);
[all...]

Completed in 36 milliseconds