
Determining Password Expiration Date
Quote:
>Is there an API call that will allow one to determine when a user's Windows
>NT domain password is going to expire?
>-------
>The Catholic University of America
>Washington, DC USA
You can use NetUserEnum function from netapi32.dll.
It's works fine.