Home
last modified time | relevance | path

Searched refs:PSM_ISDIALOGMESSAGE (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dprsht.h96 #define PSM_ISDIALOGMESSAGE 1141 macro
347 #define PropSheet_IsDialogMessage(d,m) (BOOL)SendMessage(d,PSM_ISDIALOGMESSAGE,0,(LPARAM)m)
/reactos/modules/rostests/winetests/comctl32/
H A Dpropsheet.c617 if (!((BOOL)SendMessageA(hdlg, PSM_ISDIALOGMESSAGE, 0, (LPARAM)&msg))) in test_custom_default_button()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1641 USM(PSM_ISDIALOGMESSAGE ,0),
/reactos/dll/win32/comctl32/
H A Dpropsheet.c3892 case PSM_ISDIALOGMESSAGE: in PROPSHEET_DialogProc()