Click to See Complete Forum and Search --> : API to get the processes list of a remote machine in the same network


venkatapathiraju_t
July 25th, 2005, 02:47 AM
Can anyone tell the api to get the processes list of a remote machine which is present in the same network.

Thanks in advance.
:)

AdaraCD
July 25th, 2005, 03:37 AM
WTSEnumerateProcesses (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/termserv/termserv/wtsenumerateprocesses.asp) or PdhEnumObjectItems (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/base/pdhenumobjectitems.asp)
check this (http://www.codeguru.com/forum/showthread.php?t=279591) thread.