We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970dbd1 commit a1324eeCopy full SHA for a1324ee
src/notifications.c
@@ -532,7 +532,7 @@ VOID _app_notify_killprocess (
532
533
if (_r_str_compare (process->ImageName.Buffer, file_name->buffer, TRUE) == 0)
534
{
535
- status = _r_sys_getprocessimagepathbyid (process->UniqueProcessId, TRUE, &path);
+ status = _r_sys_getprocessimagepathbyid (HandleToULong (process->UniqueProcessId), TRUE, &path);
536
537
if (NT_SUCCESS (status))
538
0 commit comments