[SHELL32] Follow-up of #2539

Improve comment. CORE-13950
This commit is contained in:
Katayama Hirofumi MZ 2020-04-13 10:41:26 +09:00
parent 2727245c86
commit bfe36e4f0d

View file

@ -438,7 +438,7 @@ LRESULT CDesktopBrowser::OnSetFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOO
return 0;
}
// Message WM_DESKTOP_GET_CNOTIFY_SERVER: Get or create the worker.
// Message WM_DESKTOP_GET_CNOTIFY_SERVER: Get or create the change notification server.
// wParam: BOOL bCreate; The flag whether it creates or not.
// lParam: Ignored.
// return: The window handle of the server window.