Function windows_sys::Win32::Security::LogonUserW
[−]pub unsafe extern "system" fn LogonUserW(
lpszusername: PWSTR,
lpszdomain: PWSTR,
lpszpassword: PWSTR,
dwlogontype: LOGON32_LOGON,
dwlogonprovider: LOGON32_PROVIDER,
phtoken: *mut HANDLE
) -> BOOLExpand description
Required features: ‘Win32_Security’, ‘Win32_Foundation’
