AuthzFreeHandle function (authz.h)

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

Syntax

AUTHZAPI BOOL AuthzFreeHandle(
  [in] AUTHZ_ACCESS_CHECK_RESULTS_HANDLE hAccessCheckResults
);

Parameters

[in] hAccessCheckResults

A 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