Expand Minimize
This topic has not yet been rated - Rate this topic

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

Authz.h

Library

Authz.lib

DLL

Authz.dll

See also

How AccessCheck Works
Centralized Authorization Policy

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.