Searched defs:rtProcWinUserLogon (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp575 static int rtProcWinUserLogon(PRTUTF16 pwszUser, PRTUTF16 pwszPassword, PRTUTF16 pwszDomain, HANDLE *phToken) function
762 int rc = rtProcWinUserLogon(pwszUser, pwszPassword, pwszDomain, &hToken);
820 int rc = rtProcWinUserLogon(pwszUser, pwszPassword, NULL /* Domain */, &hTokenLogon);

Completed in 47 milliseconds