i am kind of stuck with having to try and figure out if a process is running from c:\windows\system32....
ive got something like ..
if(pe32.szExeFile && Path)
Path is used with GetSystemDirectory(Path , 100);
any idea why this wouldent work?
This is a discussion on check if a file is running from c:\windows\system32 within the C++ Programming forums, part of the General Programming Boards category; i am kind of stuck with having to try and figure out if a process is running from c:\windows\system32.... ive ...
i am kind of stuck with having to try and figure out if a process is running from c:\windows\system32....
ive got something like ..
if(pe32.szExeFile && Path)
Path is used with GetSystemDirectory(Path , 100);
any idea why this wouldent work?
so you have a name and you want to know if a process is running??
i want to know if the process is running from the c:\windows\system32...