Function windows_sys::Win32::System::PasswordManagement::MSChapSrvChangePassword2
pub unsafe extern "system" fn MSChapSrvChangePassword2(
servername: PCWSTR,
username: PCWSTR,
newpasswordencryptedwitholdnt: *const SAMPR_ENCRYPTED_USER_PASSWORD,
oldntowfpasswordencryptedwithnewnt: *const ENCRYPTED_LM_OWF_PASSWORD,
lmpresent: BOOLEAN,
newpasswordencryptedwitholdlm: *const SAMPR_ENCRYPTED_USER_PASSWORD,
oldlmowfpasswordencryptedwithnewlmornt: *const ENCRYPTED_LM_OWF_PASSWORD
) -> u32
Expand description
Required features: "Win32_System_PasswordManagement"
, "Win32_Foundation"