Function windows_sys::Win32::Security::LogonUserA
[−]pub unsafe extern "system" fn LogonUserA(
lpszusername: PCSTR,
lpszdomain: PCSTR,
lpszpassword: PCSTR,
dwlogontype: LOGON32_LOGON,
dwlogonprovider: LOGON32_PROVIDER,
phtoken: *mut HANDLE
) -> BOOL
Expand description
Required features: "Win32_Security"
, "Win32_Foundation"