Searched refs:PropSheet_SetCurSelByID (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/newdev/ |
H A D | wizard.c | 836 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_NODRIVER); in SearchDrvDlgProc() 838 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_INSTALLDRV); in SearchDrvDlgProc() 947 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_NEEDREBOOT); in InstallDrvDlgProc() 950 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_FINISHPAGE); in InstallDrvDlgProc() 954 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_INSTALLFAILED); in InstallDrvDlgProc()
|
/reactos/base/setup/reactos/ |
H A D | reactos.c | 452 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_RESTARTPAGE); in TypeDlgProc() 821 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_DEVICEPAGE); in UpgradeRepairDlgProc() 886 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_RESTARTPAGE); in UpgradeRepairDlgProc() 995 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_RESTARTPAGE); in DeviceDlgProc() 1194 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_RESTARTPAGE); in SummaryDlgProc() 2182 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_RESTARTPAGE); in PrepareAndDoCopyThread() 2278 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_RESTARTPAGE); in ProcessDlgProc()
|
H A D | drivepage.c | 2037 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_RESTARTPAGE); in DriveDlgProc()
|
/reactos/sdk/include/psdk/ |
H A D | prsht.h | 354 #define PropSheet_SetCurSelByID(d,i) SendMessage(d,PSM_SETCURSELID,0,i) macro
|
/reactos/dll/win32/devmgr/properties/ |
H A D | advprop.cpp | 2200 PropSheet_SetCurSelByID(hPropSheetDlg, in UpdateDevInfo()
|