How to Enumerate all apps in a session?

  • Thread starter Thread starter prasannap
  • Start date Start date
P

prasannap

Guest
Is there any way to enumerate all applications running inside a session?

WTSQuerySessionInformation seems to enumerate just the first application in
the session when the WTSApplicationName is passed in as the WTS_INFO_CLASS.

Thanks
Prasanna Padmanabhan
 
Re: How to Enumerate all apps in a session?

have you tried WTSEnumerateProcesses?
http://msdn2.microsoft.com/en-us/library/aa383831(VS.85).aspx

--
This posting is provided "AS IS" with no warranties, and confers no rights.

"prasannap" <prasannap@citrixnospam.com> wrote in message
news:usWXM3jeIHA.4164@TK2MSFTNGP05.phx.gbl...
> Is there any way to enumerate all applications running inside a session?
>
> WTSQuerySessionInformation seems to enumerate just the first application
> in the session when the WTSApplicationName is passed in as the
> WTS_INFO_CLASS.
>
> Thanks
> Prasanna Padmanabhan
>
>
 
Back
Top