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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp1188 RTLDRMOD hLdrModWTSAPI32; member in struct:VBOXST
1237 int rc = RTLdrLoadSystem("WTSAPI32.DLL", false /*fNoUnload*/, &gVBoxSt.hLdrModWTSAPI32);
1240 rc = RTLdrGetSymbol(gVBoxSt.hLdrModWTSAPI32, "WTSRegisterSessionNotification",
1244 rc = RTLdrGetSymbol(gVBoxSt.hLdrModWTSAPI32, "WTSUnRegisterSessionNotification",
1248 rc = RTLdrGetSymbol(gVBoxSt.hLdrModWTSAPI32, "WTSQuerySessionInformationA",
1283 RTLdrClose(gVBoxSt.hLdrModWTSAPI32);
1317 RTLdrClose(gVBoxSt.hLdrModWTSAPI32);

Completed in 46 milliseconds