Function windows_sys::Win32::Security::LogonUserExA
[−]pub unsafe extern "system" fn LogonUserExA(
lpszusername: PSTR,
lpszdomain: PSTR,
lpszpassword: PSTR,
dwlogontype: LOGON32_LOGON,
dwlogonprovider: LOGON32_PROVIDER,
phtoken: *mut HANDLE,
pplogonsid: *mut PSID,
ppprofilebuffer: *mut *mut c_void,
pdwprofilelength: *mut u32,
pquotalimits: *mut QUOTA_LIMITS
) -> BOOLExpand description
Required features: ‘Win32_Security’, ‘Win32_Foundation’
