I will admit I do not have access to the latest headers but my impression from MSDN and a web search is that FN_PROGRESS is not defined in a header.
I will keep looking but that is why i did it that way.
-aric
Alexandre Julliard wrote:
Aric Stewart aric@codeweavers.com writes:
diff --git a/dlls/advapi32/security.c b/dlls/advapi32/security.c index b6d51d8..4013171 100644 --- a/dlls/advapi32/security.c +++ b/dlls/advapi32/security.c @@ -58,6 +58,9 @@ static BOOL ParseStringSecurityDescriptorToSecurityDescriptor( LPDWORD cBytes); static DWORD ParseAclStringFlags(LPCWSTR* StringAcl);
+typedef VOID (*FN_PROGRESS) ( LPWSTR pObjectName, DWORD Status,
OUT PPROG_INVOKE_SETTING pInvokeSetting, PVOID Args, BOOL SecuritySet);
Please put this in the appropriate header.