Vincent Povirk : authz: Stub AuthzInstallSecurityEventSource.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Oct 29 07:36:58 CDT 2014


Module: wine
Branch: master
Commit: eb6790c1192028f0761d04385cb8eb1870ef8065
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=eb6790c1192028f0761d04385cb8eb1870ef8065

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Thu Aug 28 14:45:32 2014 -0500

authz: Stub AuthzInstallSecurityEventSource.

---

 dlls/authz/authz.c    | 11 +++++++++++
 dlls/authz/authz.spec |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/dlls/authz/authz.c b/dlls/authz/authz.c
index 2c1f3d1..08ca8c3 100644
--- a/dlls/authz/authz.c
+++ b/dlls/authz/authz.c
@@ -56,3 +56,14 @@ BOOL WINAPI AuthzInitializeResourceManager(DWORD flags, LPVOID pfnAccessChecker,
     SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
     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;
+}
diff --git a/dlls/authz/authz.spec b/dlls/authz/authz.spec
index 8ffd52b..acf3228 100644
--- a/dlls/authz/authz.spec
+++ b/dlls/authz/authz.spec
@@ -14,7 +14,7 @@
 @ stub AuthzInitializeObjectAccessAuditEvent
 @ stub AuthzInitializeObjectAccessAuditEvent2
 @ stdcall AuthzInitializeResourceManager(long ptr ptr ptr wstr ptr)
-@ stub AuthzInstallSecurityEventSource
+@ stdcall AuthzInstallSecurityEventSource(long ptr)
 @ stub AuthzOpenObjectAudit
 @ stub AuthzRegisterSecurityEventSource
 @ stub AuthzReportSecurityEvent




More information about the wine-cvs mailing list