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
eb6790c1
Commit
eb6790c1
authored
Aug 28, 2014
by
Vincent Povirk
Committed by
Alexandre Julliard
Oct 29, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
authz: Stub AuthzInstallSecurityEventSource.
parent
836bd1fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
authz.c
dlls/authz/authz.c
+11
-0
authz.spec
dlls/authz/authz.spec
+1
-1
No files found.
dlls/authz/authz.c
View file @
eb6790c1
...
@@ -56,3 +56,14 @@ BOOL WINAPI AuthzInitializeResourceManager(DWORD flags, LPVOID pfnAccessChecker,
...
@@ -56,3 +56,14 @@ BOOL WINAPI AuthzInitializeResourceManager(DWORD flags, LPVOID pfnAccessChecker,
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
return
FALSE
;
}
}
/***********************************************************************
* AuthzInstallSecurityEventSource (AUTHZ.@)
*/
BOOL
WINAPI
AuthzInstallSecurityEventSource
(
DWORD
dwFlags
,
LPVOID
pRegistration
)
{
FIXME
(
"(0x%X,%p): stub
\n
"
,
dwFlags
,
pRegistration
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
}
dlls/authz/authz.spec
View file @
eb6790c1
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
@ stub AuthzInitializeObjectAccessAuditEvent
@ stub AuthzInitializeObjectAccessAuditEvent
@ stub AuthzInitializeObjectAccessAuditEvent2
@ stub AuthzInitializeObjectAccessAuditEvent2
@ stdcall AuthzInitializeResourceManager(long ptr ptr ptr wstr ptr)
@ stdcall AuthzInitializeResourceManager(long ptr ptr ptr wstr ptr)
@ st
ub AuthzInstallSecurityEventSource
@ st
dcall AuthzInstallSecurityEventSource(long ptr)
@ stub AuthzOpenObjectAudit
@ stub AuthzOpenObjectAudit
@ stub AuthzRegisterSecurityEventSource
@ stub AuthzRegisterSecurityEventSource
@ stub AuthzReportSecurityEvent
@ stub AuthzReportSecurityEvent
...
...
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