Hi
Is it possible to get the number of active users on the wineserver ?
Thanks in advance , Stéphan
"BiGgUn" fbiggun@hotmail.com writes:
Is it possible to get the number of active users on the wineserver ?
There's a separate wineserver for each user, so the user count is always exactly one. If you mean the number of processes connected to the server, you can get that info with the toolhelp functions.
you can get that info with the toolhelp functions.
Where can i find these toolhelp functions ?
Thanks, Stephan
"BiGgUn" fbiggun@hotmail.com wrote:
Where can i find these toolhelp functions ?
Implementation in dlls/kernel/toolhelp.c, description - in MSDN.