mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
launch webpage commander notification page from current browser window
This commit is contained in:
parent
0a6c00c3a7
commit
4cece1ab9c
4 changed files with 26 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue