Home
last modified time | relevance | path

Searched refs:PSM_CHANGED (Results 1 – 9 of 9) sorted by relevance

/reactos/dll/shellext/shellbtrfs/
H A Dpropsheet.cpp612 SendMessageW(GetParent(hDlg), PSM_CHANGED, (WPARAM)hDlg, 0); in change_inode_flag()
784 SendMessageW(GetParent(hDlg), PSM_CHANGED, (WPARAM)hDlg, 0); in change_perm_flag()
792 SendMessageW(GetParent(hDlg), PSM_CHANGED, (WPARAM)hDlg, 0); in change_uid()
801 SendMessageW(GetParent(hDlg), PSM_CHANGED, (WPARAM)hDlg, 0); in change_gid()
1202 … SendMessageW(GetParent(hwndDlg), PSM_CHANGED, (WPARAM)hwndDlg, 0); in PropSheetDlgProc()
1254 … SendMessageW(GetParent(hwndDlg), PSM_CHANGED, (WPARAM)hwndDlg, 0); in PropSheetDlgProc()
/reactos/sdk/include/psdk/
H A Dprsht.h164 #define PSM_CHANGED (WM_USER+104) macro
344 #define PropSheet_Changed(d,w) SendMessage(d,PSM_CHANGED,(WPARAM)w,0)
/reactos/sdk/include/reactos/ui/
H A Drosdlgs.h69 ::SendMessage(GetParent(), bChanged ? PSM_CHANGED : PSM_UNCHANGED, (WPARAM)m_hWnd, 0L);
/reactos/dll/cpl/inetcpl/
H A Dgeneral.c187 SendMessageW(GetParent(hwnd), PSM_CHANGED, (WPARAM)hwnd, 0); in general_on_command()
H A Dconnections.c241 SendMessageW(GetParent(hwnd), PSM_CHANGED, (WPARAM)hwnd, 0); in connections_on_command()
/reactos/dll/cpl/desk/
H A Dappearance.c138 PostMessageW(GetParent(hwndDlg), PSM_CHANGED, (WPARAM)hwndDlg, 0); in AppearancePage_OnInit()
/reactos/dll/win32/cryptui/
H A Dmain.c782 SendMessageW(GetParent(hwnd), PSM_CHANGED, (WPARAM)hwnd, 0); in cert_mgr_advanced_dlg_proc()
3654 SendMessageW(GetParent(hwnd), PSM_CHANGED, (WPARAM)hwnd, 0); in cert_properties_general_dlg_proc()
3666 SendMessageW(GetParent(hwnd), PSM_CHANGED, (WPARAM)hwnd, 0); in cert_properties_general_dlg_proc()
3685 SendMessageW(GetParent(hwnd), PSM_CHANGED, (WPARAM)hwnd, 0); in cert_properties_general_dlg_proc()
3690 SendMessageW(GetParent(hwnd), PSM_CHANGED, (WPARAM)hwnd, 0); in cert_properties_general_dlg_proc()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1628 USM(PSM_CHANGED ,0),
/reactos/dll/win32/comctl32/
H A Dpropsheet.c3771 case PSM_CHANGED: in PROPSHEET_DialogProc()