Searched refs:PSM_SETCURSEL (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | prsht.h | 167 #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 D | folder_options.cpp | 292 PostMessage(hPop, PSM_SETCURSEL, Page, 0); in ShowFolderOptionsDialog()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | propsheet.c | 903 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 D | spy.c | 1625 USM(PSM_SETCURSEL ,0),
|
/reactos/dll/win32/comctl32/ |
H A D | propsheet.c | 3788 case PSM_SETCURSEL: in PROPSHEET_DialogProc()
|