AuthzFreeCentralAccessPolicyCallback callback function
The AuthzFreeCentralAccessPolicyCallback function is an application-defined function that frees memory allocated by the AuthzGetCentralAccessPolicyCallback function. AuthzFreeCentralAccessPolicyCallback is a placeholder for the application-defined function name.
Syntax
BOOL CALLBACK AuthzFreeCentralAccessPolicyCallback(
_In_ PVOID pCentralAccessPolicy
);
Parameters
-
pCentralAccessPolicy [in]
-
Pointer to the central access policy to be freed.
Return value
If the function succeeds, the function returns TRUE.
If the function is unable to perform the evaluation, it returns FALSE. Use SetLastError to return an error to the access check function.
See also