GetProcessImageFileName
Last updated
Last updated
[DllImport("psapi.dll", SetLastError = true, CharSet = CharSet.Ansi)]
public static extern uint GetProcessImageFileName(
IntPtr hProcess,
StringBuilder lpImageFileName
Microsoft documentation: Link