Home
last modified time | relevance | path

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

/reactos/dll/win32/syssetup/
H A Dwizard.c1073 WCHAR Password1[128]; in ComputerPageDlgProc() local
1163 if ((GetDlgItemText(hwndDlg, IDC_ADMINPASSWORD1, Password1, 128) == 0) || in ComputerPageDlgProc()
1176 GetDlgItemTextW(hwndDlg, IDC_ADMINPASSWORD1, Password1, 128); in ComputerPageDlgProc()
1180 if (wcscmp(Password1, Password2)) in ComputerPageDlgProc()
1193 Password = (PWCHAR)Password1; in ComputerPageDlgProc()
1211 SetAdministratorPassword(Password1); in ComputerPageDlgProc()