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
35333915
Commit
35333915
authored
Nov 24, 2009
by
Paul Chitescu
Committed by
Alexandre Julliard
Nov 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
authz: Stub for AuthzInitializeResourceManager.
parent
c369f338
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
authz.c
dlls/authz/authz.c
+14
-0
authz.spec
dlls/authz/authz.spec
+1
-1
No files found.
dlls/authz/authz.c
View file @
35333915
...
...
@@ -42,3 +42,17 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
return
TRUE
;
}
/***********************************************************************
* AuthzInitializeResourceManager (AUTHZ.@)
*/
BOOL
WINAPI
AuthzInitializeResourceManager
(
DWORD
flags
,
LPVOID
pfnAccessChecker
,
LPVOID
pfnComputeDynGroups
,
LPVOID
pfnFreeDynGroups
,
LPCWSTR
managerName
,
LPVOID
lpManagerHandle
)
{
FIXME
(
"(0x%X,%p,%p,%p,%s,%p): stub
\n
"
,
flags
,
pfnAccessChecker
,
pfnComputeDynGroups
,
pfnFreeDynGroups
,
debugstr_w
(
managerName
),
lpManagerHandle
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
}
dlls/authz/authz.spec
View file @
35333915
...
...
@@ -13,7 +13,7 @@
@ stub AuthzInitializeContextFromToken
@ stub AuthzInitializeObjectAccessAuditEvent
@ stub AuthzInitializeObjectAccessAuditEvent2
@ st
ub AuthzInitializeResourceManager
@ st
dcall AuthzInitializeResourceManager(long ptr ptr ptr wstr ptr)
@ stub AuthzInstallSecurityEventSource
@ stub AuthzOpenObjectAudit
@ stub AuthzRegisterSecurityEventSource
...
...
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