hello! please tell me how can I see if a process(obtained with Process32First/Next) is a system process or an user process... and how can I get a full path of the exe hwo created the process... I want to do this in Windows 95/98/Me... thank you... best regards, radu.
C
cubiq
@cubiq
Posts
-
user or system process -
syslistview32te-au lamurit! :eek:
-
process exe full pathThat's what MSDN says: Windows NT/2000/XP: Included in Windows NT 4.0 and later. Windows 95/98/Me: Unsupported. So it's not a solution for 95/98/Me...
-
process exe full pathI have to do this for Windows 95/98/Me/200/NT/XP: I have the ID of a process(obtained with Process32First/Next) and I want to get the full path of the executable hwo started that process. In PROCESSENTRY32 the member szExeFile gives me only the name of the file but not the full path... Thank you! Best regards, radu.