[][src]Function winapi::um::mschapp::MSChapSrvChangePassword2

pub unsafe extern "system" fn MSChapSrvChangePassword2(
    ServerName: PWSTR,
    UserName: PWSTR,
    NewPasswordEncryptedWithOldNt: PSAMPR_ENCRYPTED_USER_PASSWORD,
    OldNtOwfPasswordEncryptedWithNewNt: PENCRYPTED_NT_OWF_PASSWORD,
    LmPresent: BOOLEAN,
    NewPasswordEncryptedWithOldLm: PSAMPR_ENCRYPTED_USER_PASSWORD,
    OldLmOwfPasswordEncryptedWithNewLmOrNt: PENCRYPTED_LM_OWF_PASSWORD
) -> DWORD