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