AuthzFreeResourceManager function (authz.h)

The AuthzFreeResourceManager function frees a resource manager object.

Syntax

AUTHZAPI BOOL AuthzFreeResourceManager(
  [in] AUTHZ_RESOURCE_MANAGER_HANDLE hAuthzResourceManager
);

Parameters

[in] hAuthzResourceManager

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

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header authz.h
Library Authz.lib
DLL Authz.dll
Redistributable Windows Server 2003 Administration Tools Pack on Windows XP

See also

Basic Access Control Functions