Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/kfwlogon/
H A Dkfwlogon.c85 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 Dkfwlogon.h200 static BOOL WINAPI UnicodeStringToANSI(UNICODE_STRING uInputString, LPSTR lpszOutputString, int nOu…