AuthzFreeResourceManager function
The AuthzFreeResourceManager function frees a resource manager object.
Syntax
BOOL WINAPI AuthzFreeResourceManager( _In_ AUTHZ_RESOURCE_MANAGER_HANDLE AuthzResourceManager );
Parameters
- AuthzResourceManager [in]
-
The AUTHZ_RESOURCE_MANAGER_HANDLE to be freed.
Return value
If the function succeeds, it returns TRUE.
If the function fails, it returns FALSE. To get extended error information, call GetLastError.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Redistributable |
Windows Server 2003 Administration Tools Pack on Windows XP |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: