A
Ahmed Perlom
Hi all,
How can I know if the session ID that a certain process is running on is
actually the active session that he consol is connected to. I can get the
session id of a process by
Process P = Process.GetCurrentProcess();
And then check P.SessionID property.
Anyone has an idea?
Thanks
How can I know if the session ID that a certain process is running on is
actually the active session that he consol is connected to. I can get the
session id of a process by
Process P = Process.GetCurrentProcess();
And then check P.SessionID property.
Anyone has an idea?
Thanks