AuditFree function
The AuditFree function frees the memory allocated by audit functions for the specified buffer.
Syntax
VOID WINAPI AuditFree( _In_ PVOID Buffer );
Parameters
- Buffer [in]
-
A pointer to the buffer to free.
Return value
This function does not return a value.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: