Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
Operating System: ReactOS
Platform: x86 Hardware
Description
Created an attachment (id=4123)
Implementation of WTSEnumerateProcessesA and WTSEnumerateProcessesW
VS remote debugger uses WTSEnumerateProcesses for getting list of available processes. It passes WTS_CURRENT_SERVER_HANDLE as server handle. I've implemented both WTSEnumerateProcessesA and WTSEnumerateProcessesW for WTS_CURRENT_SERVER_HANDLE only. If client application passes another value as hServer parameter then FIXME stub is still called.