USER_MODALS_INFO_3

【勇芳软件工作室】汉化HomePreviousNext

USER_MODALS_INFO_3结构包含有关安全数据库中用户和全局组的锁定信息。

typedef struct _USER_MODALS_INFO_3 {
DWORD usrmod3_lockout_duration;
DWORD usrmod3_lockout_observation_window;
DWORD usrmod3_lockout_threshold;
}USER_MODALS_INFO_3, *PUSER_MODALS_INFO_3, *LPUSER_MODALS_INFO_3;

会员

usrmod3_lockout_duration

表示在自动解锁之前锁定的帐户将保持锁定的时间(以秒为单位)。

usrmod3_lockout_observation_window

指定发生任何两次失败登录尝试之间的最大时间(以秒为单位)。

usrmod3_lockout_threshold

指定要将帐户标记为锁定的无效密码验证数。

也可以看看

NetUserModalsGet, NetUserModalsSet