AuthzFreeHandle function
The AuthzFreeHandle function finds and deletes a handle from the handle list.
Syntax
BOOL WINAPI AuthzFreeHandle( _In_ AUTHZ_ACCESS_CHECK_RESULTS_HANDLE AuthzHandle );
Parameters
- AuthzHandle [in]
-
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
|
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: