How can I change password of account in NT or 2000 by using VB?
Printable View
How can I change password of account in NT or 2000 by using VB?
This came from the VB6 API viewer. I haven't tested it and if may have changed in Win2k.
Public Declare Function NetUserChangePassword Lib "Netapi32.dll" (Domain As Any, User As Any, OldPass As Byte, NewPass As Byte) As Long