Get Process Name via QueryFullProcessImageName

This code snippet demonstrates how to retrieve the full image path of a running process using the QueryFullProcessImageName function from the Kernel32 library. This function allows you to obtain the full path of the executable file associated with a specific process.


Process System Information


Code Section

July 5, 2023, 12:01 p.m. | By Jean-Pierre LESUEUR