Searched refs:PSM_CHANGED (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/shellext/shellbtrfs/ |
H A D | propsheet.cpp | 612 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 D | prsht.h | 164 #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 D | rosdlgs.h | 69 ::SendMessage(GetParent(), bChanged ? PSM_CHANGED : PSM_UNCHANGED, (WPARAM)m_hWnd, 0L);
|
/reactos/dll/cpl/inetcpl/ |
H A D | general.c | 187 SendMessageW(GetParent(hwnd), PSM_CHANGED, (WPARAM)hwnd, 0); in general_on_command()
|
H A D | connections.c | 241 SendMessageW(GetParent(hwnd), PSM_CHANGED, (WPARAM)hwnd, 0); in connections_on_command()
|
/reactos/dll/cpl/desk/ |
H A D | appearance.c | 138 PostMessageW(GetParent(hwndDlg), PSM_CHANGED, (WPARAM)hwndDlg, 0); in AppearancePage_OnInit()
|
/reactos/dll/win32/cryptui/ |
H A D | main.c | 782 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 D | spy.c | 1628 USM(PSM_CHANGED ,0),
|
/reactos/dll/win32/comctl32/ |
H A D | propsheet.c | 3771 case PSM_CHANGED: in PROPSHEET_DialogProc()
|