i have a HANDLE to a process, but i need to create a Process^ from the handle so i can do more advanced stuff with it
thanks in advance
IF you can get the process id from the process handle, then you can use this .net function:
http://msdn2.microsoft.com/en-us/library/system.diagnostics.process.getprocessbyid.aspx
There's a recently introduced function in the Windows API (see Requirements) that gets the id from a handle:
http://msdn2.microsoft.com/en-us/library/ms683215.aspx