Function windows_sys::Win32::Security::LogonUserExW
[−]pub unsafe extern "system" fn LogonUserExW(
lpszusername: PWSTR,
lpszdomain: PWSTR,
lpszpassword: PWSTR,
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’
