Skip to content

Latest commit

 

History

History
71 lines (59 loc) · 1.99 KB

nf-authz-authzfreeresourcemanager.md

File metadata and controls

71 lines (59 loc) · 1.99 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:authz.AuthzFreeResourceManager
AuthzFreeResourceManager function (authz.h)
Frees a resource manager object.
AuthzFreeResourceManager
AuthzFreeResourceManager function [Security]
_win32_authzfreeresourcemanager
authz/AuthzFreeResourceManager
security.authzfreeresourcemanager
security\authzfreeresourcemanager.htm
security
8b716368-8d81-4c62-9086-0976b39bbcf8
12/05/2018
AuthzFreeResourceManager, AuthzFreeResourceManager function [Security], _win32_authzfreeresourcemanager, authz/AuthzFreeResourceManager, security.authzfreeresourcemanager
authz.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Authz.lib
Authz.dll
Windows
Windows Server 2003 Administration Tools Pack on Windows XP
19H1
AuthzFreeResourceManager
authz/AuthzFreeResourceManager
c++
APIRef
kbSyntax
DllExport
Authz.dll
Ext-MS-Win-authz-context-l1-1-0.dll
AuthzFreeResourceManager

AuthzFreeResourceManager function

-description

The AuthzFreeResourceManager function frees a resource manager object.

-parameters

-param hAuthzResourceManager [in]

The AUTHZ_RESOURCE_MANAGER_HANDLE to be freed.

-returns

If the function succeeds, it returns TRUE.

If the function fails, it returns FALSE. To get extended error information, call GetLastError.

-see-also

Basic Access Control Functions