Searched refs:hEditCtrl (Results 1 – 1 of 1) sorted by relevance
1259 HWND hEditCtrl=0; in AuthenticateProc() local1268 hEditCtrl = GetDlgItem(hDialog, IDC_EDIT_PRINCIPAL); in AuthenticateProc()1269 if (hEditCtrl) in AuthenticateProc()1270 pAutoComplete = Leash_pec_create(hEditCtrl); in AuthenticateProc()1340 Edit_SetReadOnly(hEditCtrl, bReadOnlyPrinc); in AuthenticateProc()1420 GetDlgItem(hDialog, IDC_EDIT_PASSWORD) : hEditCtrl; in AuthenticateProc()1678 HWND hEditCtrl = NULL; in NewPasswordProc() local1726 hEditCtrl = GetDlgItem(hDialog, IDC_EDIT_PRINCIPAL); in NewPasswordProc()1727 if (hEditCtrl) in NewPasswordProc()1728 pAutoComplete = Leash_pec_create(hEditCtrl); in NewPasswordProc()