Home
last modified time | relevance | path

Searched refs:PSM_SETCURSEL (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/psdk/
H A Dprsht.h167 #define PSM_SETCURSEL (WM_USER+101) macro
353 #define PropSheet_SetCurSel(d,p,i) SendMessage(d,PSM_SETCURSEL,i,(LPARAM)p)
/reactos/dll/win32/shell32/dialogs/
H A Dfolder_options.cpp292 PostMessage(hPop, PSM_SETCURSEL, Page, 0); in ShowFolderOptionsDialog()
/reactos/modules/rostests/winetests/comctl32/
H A Dpropsheet.c903 ret = SendMessageA(hdlg, PSM_SETCURSEL, 3, 1); in test_PSM_ADDPAGE()
997 ret = SendMessageA(hdlg, PSM_SETCURSEL, 1, 0); in test_PSM_INSERTPAGE()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1625 USM(PSM_SETCURSEL ,0),
/reactos/dll/win32/comctl32/
H A Dpropsheet.c3788 case PSM_SETCURSEL: in PROPSHEET_DialogProc()