Help! Hook to change password in win9x
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi. Has anyone done a password change notification for windows 9x. I want to trigger some process to run on the client side once a change password is successful (in this case windows password which is already synchronised with domain controller and directory services). I tried to create a password provider which implements PPChangePassword and PPGetPasswordStatus. However, it always crashes when I change the window password from control panel and selecting the network which I want to change password as well. However, if I change the password individually (using "other password"), it is successful. Does anyone knows what is the problem?