Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 1.79 KB

nf-authz-authzfreehandle.md

File metadata and controls

70 lines (58 loc) · 1.79 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.AuthzFreeHandle
AuthzFreeHandle function (authz.h)
Finds and deletes a handle from the handle list.
AuthzFreeHandle
AuthzFreeHandle function [Security]
_win32_authzfreehandle
authz/AuthzFreeHandle
security.authzfreehandle
security\authzfreehandle.htm
security
8d2e2ae9-b515-4a02-b366-5b107b4f7ffa
12/05/2018
AuthzFreeHandle, AuthzFreeHandle function [Security], _win32_authzfreehandle, authz/AuthzFreeHandle, security.authzfreehandle
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
AuthzFreeHandle
authz/AuthzFreeHandle
c++
APIRef
kbSyntax
DllExport
Authz.dll
AuthzFreeHandle

AuthzFreeHandle function

-description

The AuthzFreeHandle function finds and deletes a handle from the handle list.

-parameters

-param hAccessCheckResults [in]

A 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