Searched refs:Password1 (Results 1 – 1 of 1) sorted by relevance
1073 WCHAR Password1[128]; in ComputerPageDlgProc() local1163 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()