Function netapi32::NetUserChangePassword [] [src]

pub unsafe extern "system" fn NetUserChangePassword(
    domainname: LPCWSTR,
    username: LPCWSTR,
    oldpassword: LPCWSTR,
    newpassword: LPCWSTR
) -> NET_API_STATUS