windows::Win32::Security::Authentication::Identity

Function ChangeAccountPasswordA

pub unsafe fn ChangeAccountPasswordA(
    pszpackagename: *const i8,
    pszdomainname: *const i8,
    pszaccountname: *const i8,
    pszoldpassword: *const i8,
    psznewpassword: *const i8,
    bimpersonating: bool,
    dwreserved: u32,
    poutput: *mut SecBufferDesc,
) -> Result<()>