AuthzFreeCentralAccessPolicyCache function
The AuthzFreeCentralAccessPolicyCache function frees the cache maintained as a result of AuthzCachedAccessCheck evaluating the Central Access Policies (CAP) that applies for the resource.
Syntax
BOOL WINAPI AuthzFreeCentralAccessPolicyCache(void);
Parameters
This function has no parameters.
Return value
If the function succeeds, it returns TRUE.
If the function fails, it returns FALSE. To get extended error information, call GetLastError.
Remarks
For more information, see the How AccessCheck Works and Centralized Authorization Policy overviews.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also