VRDEServerInfo

Discussion about using the VirtualBox API, Tutorials, Samples.
Post Reply
mVincent
Posts: 5
Joined: 24. Nov 2013, 20:10

VRDEServerInfo

Post by mVincent »

using VBoxAuthSimple library to authenticate users on VRDP.

is it possible to list/view currently connected users on VRDP?

edit:
Unfortunately, there's no way to track connected users . The API only keeps track of the current logged in user. If two(2) simultaneous users are connected, when the 2nd (or last user) disconnects, most of the Attributes are deleted; except for the active and port attributes. The attribute active is your only indicator that a client is still connected.
Post Reply