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 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.