0

I wanted to retrieve DOMAIN_PASSWORD_INFORMATION structure I can find msdn documentation about this structure but not able find how to retrieve this information. Any code sample help a lot.

user3664223
  • 305
  • 3
  • 19
  • It may be obsolete... `The MSV1_0_CHANGEPASSWORD_RESPONSE structure is obsolete.` – kvr Feb 26 '22 at 18:52
  • What do you want to retrieve? There is a [NetUserModalsGet](https://learn.microsoft.com/en-us/windows/win32/api/lmaccess/nf-lmaccess-netusermodalsget) function which *retrieves global information for all users and global groups in the security database, which is the security accounts manager (SAM) database or, in the case of domain controllers, the Active Directory*. Also have a look at [Password Policy Windows API](https://stackoverflow.com/questions/13376262/password-policy-windows-api). – YangXiaoPo-MSFT Feb 28 '22 at 09:39
  • I was looking for password complexity – user3664223 Mar 01 '22 at 21:00

0 Answers0