launch webpage commander notification page from current browser window

This commit is contained in:
Kang Yu 2024-08-17 13:30:20 -07:00
parent 0a6c00c3a7
commit 4cece1ab9c
4 changed files with 26 additions and 9 deletions

View file

@ -4177,7 +4177,7 @@ namespace PersistentWindows.Common
}
private string GetProcExePath(uint proc_id)
public static string GetProcExePath(uint proc_id)
{
IntPtr hProcess = Kernel32.OpenProcess(Kernel32.ProcessAccessFlags.QueryInformation, false, proc_id);
string pathToExe = string.Empty;