Searched refs:UnicodeStringToANSI (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/krb5/src/windows/kfwlogon/ |
H A D | kfwlogon.c | 85 UnicodeStringToANSI(UNICODE_STRING uInputString, LPSTR lpszOutputString, int nOutStringLen) in UnicodeStringToANSI() function 261 if (!UnicodeStringToANSI(IL->UserName, uname, MAX_USERNAME_LENGTH) || in NPLogonNotify() 262 !UnicodeStringToANSI(IL->Password, password, MAX_PASSWORD_LENGTH) || in NPLogonNotify() 263 !UnicodeStringToANSI(IL->LogonDomainName, logonDomain, MAX_DOMAIN_LENGTH)) in NPLogonNotify()
|
H A D | kfwlogon.h | 200 static BOOL WINAPI UnicodeStringToANSI(UNICODE_STRING uInputString, LPSTR lpszOutputString, int nOu…
|