USER_MODALS_INFO_0 (netapi32)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

    [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
    struct USER_MODALS_INFO_0
    {
        public Int32 usrmod0_min_passwd_len;
        public Int32 usrmod0_max_passwd_age;
        public Int32 usrmod0_min_passwd_age;
        public Int32 usrmod0_force_logoff;
        public Int32 usrmod0_password_hist_len;
    }

VB Signature:

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation