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
e476cf8c
Commit
e476cf8c
authored
Aug 11, 2006
by
Robert Reif
Committed by
Alexandre Julliard
Aug 11, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lmaccess.h: Add some LOCALGROUP defines.
parent
611eb3fa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
lmaccess.h
include/lmaccess.h
+40
-0
No files found.
include/lmaccess.h
View file @
e476cf8c
...
...
@@ -403,6 +403,46 @@ typedef struct _NET_DISPLAY_GROUP {
DWORD
grpi3_next_index
;
}
NET_DISPLAY_GROUP
,
*
PNET_DISPLAY_GROUP
;
typedef
struct
_LOCALGROUP_INFO_0
{
LPWSTR
lgrpi0_name
;
}
LOCALGROUP_INFO_0
,
*
PLOCALGROUP_INFO_0
,
*
LPLOCALGROUP_INFO_0
;
typedef
struct
_LOCALGROUP_INFO_1
{
LPWSTR
lgrpi1_name
;
LPWSTR
lgrpi1_comment
;
}
LOCALGROUP_INFO_1
,
*
PLOCALGROUP_INFO_1
,
*
LPLOCALGROUP_INFO_1
;
typedef
struct
_LOCALGROUP_INFO_1002
{
LPWSTR
lgrpi1002_comment
;
}
LOCALGROUP_INFO_1002
,
*
PLOCALGROUP_INFO_1002
,
*
LPLOCALGROUP_INFO_1002
;
typedef
struct
_LOCALGROUP_MEMBERS_INFO_0
{
PSID
lgrmi0_sid
;
}
LOCALGROUP_MEMBERS_INFO_0
,
*
PLOCALGROUP_MEMBERS_INFO_0
,
*
LPLOCALGROUP_MEMBERS_INFO_0
;
typedef
struct
_LOCALGROUP_MEMBERS_INFO_1
{
PSID
lgrmi1_sid
;
SID_NAME_USE
lgrmi1_sidusage
;
LPWSTR
lgrmi1_name
;
}
LOCALGROUP_MEMBERS_INFO_1
,
*
PLOCALGROUP_MEMBERS_INFO_1
,
*
LPLOCALGROUP_MEMBERS_INFO_1
;
typedef
struct
_LOCALGROUP_MEMBERS_INFO_2
{
PSID
lgrmi2_sid
;
SID_NAME_USE
lgrmi2_sidusage
;
LPWSTR
lgrmi2_domainandname
;
}
LOCALGROUP_MEMBERS_INFO_2
,
*
PLOCALGROUP_MEMBERS_INFO_2
,
*
LPLOCALGROUP_MEMBERS_INFO_2
;
typedef
struct
_LOCALGROUP_MEMBERS_INFO_3
{
LPWSTR
lgrmi3_domainandname
;
}
LOCALGROUP_MEMBERS_INFO_3
,
*
PLOCALGROUP_MEMBERS_INFO_3
,
*
LPLOCALGROUP_MEMBERS_INFO_3
;
typedef
struct
_LOCALGROUP_USERS_INFO_0
{
LPWSTR
lgrui0_name
;
}
LOCALGROUP_USERS_INFO_0
,
*
PLOCALGROUP_USERS_INFO_0
,
*
LPLOCALGROUP_USERS_INFO_0
;
#define LOCALGROUP_NAME_PARMNUM 1
#define LOCALGROUP_COMMENT_PARMNUM 2
NET_API_STATUS
WINAPI
NetGetDCName
(
LPCWSTR
,
LPCWSTR
,
LPBYTE
*
);
NET_API_STATUS
WINAPI
NetLocalGroupAdd
(
LPCWSTR
,
DWORD
,
LPBYTE
,
LPDWORD
);
NET_API_STATUS
WINAPI
NetLocalGroupAddMember
(
LPCWSTR
,
LPCWSTR
,
PSID
);
...
...
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