[SHELL32] Follow-up No.3 of #2539

Improve a comment in CreateNotificationParamAndSend.
CORE-13950
This commit is contained in:
Katayama Hirofumi MZ 2020-04-13 13:19:12 +09:00
parent b76d053a30
commit 5af2570b37

View file

@ -302,7 +302,7 @@ CreateNotificationParamAndSend(LONG wEventId, UINT uFlags, LPITEMIDLIST pidl1, L
if (hwndServer == NULL)
return;
// the ticket owner is the process of the server process
// the ticket owner is the process of the notification server
DWORD pid;
GetWindowThreadProcessId(hwndServer, &pid);