29 Feb
2016
29 Feb
'16
1:01 p.m.
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> writes:
+typedef struct _AUTHZ_ACCESS_REPLY +{ + DWORD ResultListLength; + DWORD *SaclEvaluationResults; + DWORD *Error; +} AUTHZ_ACCESS_REPLY, *PAUTHZ_ACCESS_REPLY;
There's a field missing here.
+BOOL WINAPI AuthzInitializeResourceManager(DWORD flags, void *access_checker, + void *compute_dyn_groups, void *free_dyn_groups, + const WCHAR *managername, void *handle );
That's not the correct prototype. -- Alexandre Julliard julliard(a)winehq.org