Alistair Leslie-Hughes leslie_alistair@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.