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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlSession.cpp1812 PVBOXSERVICECTRLSESSIONTHREAD pSessionThread = local
1814 if (pSessionThread)
1817 memcpy(&pSessionThread->StartupInfo, pSessionStartupInfo,
1820 pSessionThread->fShutdown = false;
1821 pSessionThread->fStarted = false;
1822 pSessionThread->fStopped = false;
1826 bool fAnonymous = !RT_BOOL(strlen(pSessionThread->StartupInfo.szUser));
1829 Assert(!strlen(pSessionThread->StartupInfo.szPassword));
1830 Assert(!strlen(pSessionThread->StartupInfo.szDomain));
1852 rc = RTCritSectInit(&pSessionThread
2246 PVBOXSERVICECTRLSESSIONTHREAD pSessionThread local
[all...]

Completed in 48 milliseconds