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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp1197 static VBOXST gVBoxSt; variable
1205 if (gVBoxSt.pfnWTSQuerySessionInformationA(WTS_CURRENT_SERVER_HANDLE, WTS_CURRENT_SESSION, WTSConnectState,
1208 if (gVBoxSt.pfnWTSQuerySessionInformationA(WTS_CURRENT_SERVER_HANDLE, WTS_CURRENT_SESSION, WTSClientProtocolType,
1211 gVBoxSt.fIsConsole = (*pProtocolType == 0);
1212 gVBoxSt.enmConnectState = *penmConnectState;
1228 gVBoxSt.fIsConsole = TRUE;
1229 gVBoxSt.enmConnectState = WTSActive;
1236 RT_ZERO(gVBoxSt);
1237 int rc = RTLdrLoadSystem("WTSAPI32.DLL", false /*fNoUnload*/, &gVBoxSt.hLdrModWTSAPI32);
1240 rc = RTLdrGetSymbol(gVBoxSt
[all...]

Completed in 47 milliseconds