Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlsh_pwd.c1259 HWND hEditCtrl=0; in AuthenticateProc() local
1268 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() local
1726 hEditCtrl = GetDlgItem(hDialog, IDC_EDIT_PRINCIPAL); in NewPasswordProc()
1727 if (hEditCtrl) in NewPasswordProc()
1728 pAutoComplete = Leash_pec_create(hEditCtrl); in NewPasswordProc()