|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmaccess.h
| Unicode
| No
| Platform Notes
| None
|
|
|
USER_MODALS_INFO_1005
The USER_MODALS_INFO_1005 structure contains password history information about users and global groups
in a security database.
typedef struct _USER_MODALS_INFO_1005 {
DWORD usrmod1005_password_hist_len;
}USER_MODALS_INFO_1005, *PUSER_MODALS_INFO_1005, *LPUSER_MODALS_INFO_1005;
Members
usrmod1005_password_hist_len
Specifies the length of password history that the system maintains. A new
password cannot match any of the previous usrmod1001_password_hist_len passwords. Valid values for this element are zero through DEF_MAX_PWHIST.
See Also
NetUserModalsSet
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|