Under windows 32 bits, how can i get the full path module file name of a process
from a given process id?
Printable View
Under windows 32 bits, how can i get the full path module file name of a process
from a given process id?
Are you trying to do this under Windows 95 or Windows NT? It's different for each.
You might want to look at the process status program in the Win32 section -- it has code to handle both...