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
e7dba771
Commit
e7dba771
authored
Jul 06, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Jul 06, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add trustee functions.
parent
33e4506c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
aclapi.h
include/aclapi.h
+32
-0
No files found.
include/aclapi.h
View file @
e7dba771
...
...
@@ -40,6 +40,38 @@ DWORD WINAPI SetNamedSecurityInfoW(LPWSTR, SE_OBJECT_TYPE,
SECURITY_INFORMATION
,
PSID
,
PSID
,
PACL
,
PACL
);
#define SetNamedSecurityInfo WINELIB_NAME_AW(SetNamedSecurityInfo)
DWORD
WINAPI
SetEntriesInAclA
(
ULONG
,
PEXPLICIT_ACCESSA
,
PACL
,
PACL
*
);
DWORD
WINAPI
SetEntriesInAclW
(
ULONG
,
PEXPLICIT_ACCESSW
,
PACL
,
PACL
*
);
#define SetEntriesInAcl WINELIB_NAME_AW(SetEntriesInAcl)
TRUSTEE_FORM
WINAPI
GetTrusteeFormA
(
PTRUSTEEA
);
TRUSTEE_FORM
WINAPI
GetTrusteeFormW
(
PTRUSTEEW
);
#define GetTrusteeForm WINELIB_NAME_AW(GetTrusteeForm)
LPSTR
WINAPI
GetTrusteeNameA
(
PTRUSTEEA
);
LPWSTR
WINAPI
GetTrusteeNameW
(
PTRUSTEEW
);
#define GetTrusteeName WINELIB_NAME_AW(GetTrusteeName)
TRUSTEE_TYPE
WINAPI
GetTrusteeTypeA
(
PTRUSTEEA
);
TRUSTEE_TYPE
WINAPI
GetTrusteeTypeW
(
PTRUSTEEW
);
#define GetTrusteeType WINELIB_NAME_AW(GetTrusteeType)
void
WINAPI
BuildTrusteeWithNameA
(
PTRUSTEEA
,
LPSTR
);
void
WINAPI
BuildTrusteeWithNameW
(
PTRUSTEEW
,
LPWSTR
);
#define BuildTrusteeWithName WINELIB_NAME_AW(BuildTrusteeWithName)
void
WINAPI
BuildTrusteeWithObjectsAndNameA
(
PTRUSTEEA
,
POBJECTS_AND_NAME_A
,
SE_OBJECT_TYPE
,
LPSTR
,
LPSTR
,
LPSTR
);
void
WINAPI
BuildTrusteeWithObjectsAndNameW
(
PTRUSTEEW
,
POBJECTS_AND_NAME_W
,
SE_OBJECT_TYPE
,
LPWSTR
,
LPWSTR
,
LPWSTR
);
#define BuildTrusteeWithObjectsAndName WINELIB_NAME_AW(BuildTrusteeWithObjectsAndName)
void
BuildTrusteeWithObjectsAndSidA
(
PTRUSTEEA
,
POBJECTS_AND_SID
,
GUID
*
,
GUID
*
,
PSID
);
void
BuildTrusteeWithObjectsAndSidW
(
PTRUSTEEW
,
POBJECTS_AND_SID
,
GUID
*
,
GUID
*
,
PSID
);
#define BuildTrusteeWithObjectsAndSid WINELIB_NAME_AW(BuildTrusteeWithObjectsAndSid)
#ifdef __cplusplus
}
#endif
...
...
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