windows::Win32::System::PasswordManagement

Function MSChapSrvChangePassword2

pub unsafe fn MSChapSrvChangePassword2<P0, P1>(
    servername: P0,
    username: P1,
    newpasswordencryptedwitholdnt: *const SAMPR_ENCRYPTED_USER_PASSWORD,
    oldntowfpasswordencryptedwithnewnt: *const ENCRYPTED_LM_OWF_PASSWORD,
    lmpresent: bool,
    newpasswordencryptedwitholdlm: *const SAMPR_ENCRYPTED_USER_PASSWORD,
    oldlmowfpasswordencryptedwithnewlmornt: *const ENCRYPTED_LM_OWF_PASSWORD,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,