AuthzFreeAuditEvent function
The AuthzFreeAuditEvent function frees the structure allocated by the AuthzInitializeObjectAccessAuditEvent function.
Syntax
BOOL WINAPI AuthzFreeAuditEvent( _In_ AUTHZ_AUDIT_EVENT_HANDLE pAuditEventInfo );
Parameters
- pAuditEventInfo [in]
-
A pointer to the AUTHZ_AUDIT_EVENT_HANDLE structure to be freed.
Return value
If the function succeeds, the function 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