Home
last modified time | relevance | path

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

/reactos/dll/win32/newdev/
H A Dwizard.c836 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 Dreactos.c452 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 Ddrivepage.c2037 PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_RESTARTPAGE); in DriveDlgProc()
/reactos/sdk/include/psdk/
H A Dprsht.h354 #define PropSheet_SetCurSelByID(d,i) SendMessage(d,PSM_SETCURSELID,0,i) macro
/reactos/dll/win32/devmgr/properties/
H A Dadvprop.cpp2200 PropSheet_SetCurSelByID(hPropSheetDlg, in UpdateDevInfo()