Searched defs:hDlg (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/krb5/src/windows/leashdll/ |
H A D | lsh_pwd.c | 527 #define CGetDlgItemText(hDlg, id, cp, len) checkfirst(id, GetDlgItemText(hDlg, id, cp, len)) in PasswordProc() argument 528 #define CSetDlgItemText(hDlg, id, cp) checkfirst(id, SetDlgItemText(hDlg, id, cp)) in PasswordProc() argument 529 #define CSetDlgItemInt(hDlg, id, i, b) checkfirst(id, SetDlgItemInt(hDlg, id, i, b)) in PasswordProc() argument 530 #define CSendDlgItemMessage(hDlg, id, m, w, l) checkfirst(id, SendDlgItemMessage(hDlg, id, m, w, l)) in PasswordProc() argument 1251 static HWND hDlg=0; in AuthenticateProc() local 1674 static HWND hDlg=0; in NewPasswordProc() local
|