Function windows_sys::Win32::Security::Authentication::Identity::ChangeAccountPasswordW
pub unsafe extern "system" fn ChangeAccountPasswordW(
pszpackagename: *const u16,
pszdomainname: *const u16,
pszaccountname: *const u16,
pszoldpassword: *const u16,
psznewpassword: *const u16,
bimpersonating: BOOLEAN,
dwreserved: u32,
poutput: *mut SecBufferDesc
) -> HRESULT
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"