[PATCH 1/2] include: add authz.h

Alexandre Julliard julliard at winehq.org
Mon Feb 29 07:01:55 CST 2016


Alistair Leslie-Hughes <leslie_alistair at 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 at winehq.org



More information about the wine-devel mailing list