pub unsafe extern "system" fn NetUserChangePassword(
domainname: PWSTR,
username: PWSTR,
oldpassword: PWSTR,
newpassword: PWSTR
) -> u32Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’, ‘Win32_Foundation’
