[][src]Function winapi::um::winbase::LogonUserExW

pub unsafe extern "system" fn LogonUserExW(
    lpUsername: LPCWSTR,
    lpDomain: LPCWSTR,
    lpPassword: LPCWSTR,
    dwLogonType: DWORD,
    dwLogonProvider: DWORD,
    phToken: PHANDLE,
    ppLogonSid: *mut PSID,
    ppProfileBuffer: *mut PVOID,
    pdwProfileLength: LPDWORD,
    pQuotaLimits: PQUOTA_LIMITS
) -> BOOL