Paul Bryan Roberts : advapi32: Add TRACE to GetFileSecurity().

Alexandre Julliard julliard at winehq.org
Fri Nov 7 07:24:07 CST 2008


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

Author: Paul Bryan Roberts <pbronline-wine at yahoo.co.uk>
Date:   Mon Nov  3 20:42:45 2008 +0000

advapi32: Add TRACE to GetFileSecurity().

---

 dlls/advapi32/security.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/dlls/advapi32/security.c b/dlls/advapi32/security.c
index f57136d..67c410f 100644
--- a/dlls/advapi32/security.c
+++ b/dlls/advapi32/security.c
@@ -1915,6 +1915,10 @@ GetFileSecurityW( LPCWSTR lpFileName,
     NTSTATUS status;
     DWORD access = 0;
 
+    TRACE("(%s,%d,%p,%d,%p)\n", debugstr_w(lpFileName),
+          RequestedInformation, pSecurityDescriptor,
+          nLength, lpnLengthNeeded);
+
     if (RequestedInformation & (OWNER_SECURITY_INFORMATION|GROUP_SECURITY_INFORMATION|
                                 DACL_SECURITY_INFORMATION))
         access |= READ_CONTROL;




More information about the wine-cvs mailing list