visual c++ - I would like to get process name,process id ,Process Path,Product Name Window Title -


  • how process information format develop tools visual c++ 2008 process name,process id ,process path,product name window title
    don't know how connect information toghter

enter image description here

i assuming want information youself (the running process).

to process name , path use getmodulefilename function full path , use last element in path process name.

to process id use getcurrentprocessid function.

to window title use getwindowtext function.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -