Searched refs:SendCustomDlgNotificationMessage (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/comdlg32/ |
H A D | filedlgbrowser.h | 166 extern LRESULT SendCustomDlgNotificationMessage(HWND hwndParentDlg, UINT uCode) DECLSPEC_HIDDEN;
|
H A D | filedlg.c | 1086 LRESULT SendCustomDlgNotificationMessage(HWND hwndParentDlg, UINT uCode) in SendCustomDlgNotificationMessage() function 1512 SendCustomDlgNotificationMessage(hwnd,CDN_INITDONE); in FileOpenDlgProc95() 1513 SendCustomDlgNotificationMessage(hwnd,CDN_FOLDERCHANGE); in FileOpenDlgProc95() 1547 SendCustomDlgNotificationMessage(hwnd,CDN_SELCHANGE); in FileOpenDlgProc95() 2201 SendCustomDlgNotificationMessage(info->ShellInfos.hwndOwner, CDN_FOLDERCHANGE); in filedlg_browse_to_pidl() 2318 retval = SendCustomDlgNotificationMessage(hwnd,CDN_FILEOK); in FILEDLG95_SendFileOK() 3212 SendCustomDlgNotificationMessage(hwnd, CDN_FOLDERCHANGE); in FILEDLG95_OnOpen() 3558 SendCustomDlgNotificationMessage(hwnd, CDN_FOLDERCHANGE); in FILEDLG95_SHELL_UpFolder() 3740 SendCustomDlgNotificationMessage(hwnd,CDN_TYPECHANGE); in FILEDLG95_FILETYPE_OnCommand() 4033 SendCustomDlgNotificationMessage(hwnd, CDN_FOLDERCHANGE); in FILEDLG95_LOOKIN_OnCommand() [all …]
|
H A D | filedlgbrowser.c | 789 SendCustomDlgNotificationMessage(This->hwndOwner, CDN_FOLDERCHANGE); in IShellBrowserImpl_ICommDlgBrowser_OnDefaultCommand() 828 SendCustomDlgNotificationMessage(This->hwndOwner, CDN_SELCHANGE); in IShellBrowserImpl_OnSelChange()
|