Process command line
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, Is it possible to get the command line of a process thanks to its id or handle ? Thank in advance. Robin.
-
Hi, Is it possible to get the command line of a process thanks to its id or handle ? Thank in advance. Robin.
Here is one solution from MSDN. http://support.microsoft.com/defaul...&NoWebContent=1 Kuphryn