Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
69357ebb
Commit
69357ebb
authored
Nov 25, 2003
by
Mike McCormack
Committed by
Alexandre Julliard
Nov 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some structures used by NetUserModalsGet.
parent
c6d44be3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
lmaccess.h
include/lmaccess.h
+24
-0
No files found.
include/lmaccess.h
View file @
69357ebb
...
@@ -345,6 +345,30 @@ typedef struct _USER_INFO_1053 {
...
@@ -345,6 +345,30 @@ typedef struct _USER_INFO_1053 {
LPWSTR
usri1053_home_dir_drive
;
LPWSTR
usri1053_home_dir_drive
;
}
USER_INFO_1053
,
*
PUSER_INFO_1053
,
*
LPUSER_INFO_1053
;
}
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
{
typedef
struct
_NET_DISPLAY_USER
{
LPWSTR
usri1_name
;
LPWSTR
usri1_name
;
LPWSTR
usri1_comment
;
LPWSTR
usri1_comment
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment