ADVAPI32: Declare GetSecurityInfo

Mike McCormack mike at codeweavers.com
Wed Dec 22 08:53:59 CST 2004


ChangeLog:
* Declare GetSecurityInfo
-------------- next part --------------
Index: include/aclapi.h
===================================================================
RCS file: /home/wine/wine/include/aclapi.h,v
retrieving revision 1.4
diff -u -r1.4 aclapi.h
--- include/aclapi.h	21 Dec 2004 16:16:10 -0000	1.4
+++ include/aclapi.h	22 Dec 2004 15:41:59 -0000
@@ -28,6 +28,9 @@
 extern "C" {
 #endif
 
+DWORD WINAPI GetSecurityInfo( HANDLE, SE_OBJECT_TYPE, SECURITY_INFORMATION,
+        PSID*, PSID*, PACL*, PACL*, PSECURITY_DESCRIPTOR*);
+
 DWORD WINAPI GetNamedSecurityInfoA(LPSTR, SE_OBJECT_TYPE, SECURITY_INFORMATION,
         PSID*, PSID*, PACL*, PACL*, PSECURITY_DESCRIPTOR*);
 DWORD WINAPI GetNamedSecurityInfoW(LPWSTR, SE_OBJECT_TYPE, SECURITY_INFORMATION,


More information about the wine-patches mailing list