Add some structures used by NetUserModalsGet

Mike McCormack mike at codeweavers.com
Sat Nov 22 07:42:58 CST 2003


ChangeLog:
* Add some structures used by NetUserModalsGet
-------------- next part --------------
Index: include/lmaccess.h
===================================================================
RCS file: /home/wine/wine/include/lmaccess.h,v
retrieving revision 1.2
diff -u -r1.2 lmaccess.h
--- include/lmaccess.h	23 Sep 2002 20:36:51 -0000	1.2
+++ include/lmaccess.h	22 Nov 2003 13:33:42 -0000
@@ -345,6 +345,30 @@
     LPWSTR  usri1053_home_dir_drive;
 } USER_INFO_1053, *PUSER_INFO_1053, *LPUSER_INFO_1053;
 
+typedef struct _USER_MODALS_INFO_0 {
+    DWORD usrmod0_min_passwd_len;
+    DWORD usrmod0_max_passwd_age;
+    DWORD usrmod0_min_passwd_age;
+    DWORD usrmod0_force_logoff;
+    DWORD usrmod0_password_hist_len;
+} USER_MODALS_INFO_0, *PUSER_MODALS_INFO_0, *LPUSER_MODALS_INFO_0;
+
+typedef struct _USER_MODALS_INFO_1 {
+    DWORD usrmod1_role;
+    LPWSTR usrmod1_primary;
+} USER_MODALS_INFO_1, *PUSER_MODALS_INFO_1, *LPUSER_MODALS_INFO_1;
+
+typedef struct _USER_MODALS_INFO_2 {
+    LPWSTR usrmod2_domain_name;
+    PSID usrmod2_domain_id;
+} USER_MODALS_INFO_2, *PUSER_MODALS_INFO_2, *LPUSER_MODALS_INFO_2;
+
+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;
+
 typedef struct _NET_DISPLAY_USER {
     LPWSTR usri1_name;
     LPWSTR usri1_comment;


More information about the wine-patches mailing list