Expand Minimize
This topic has not yet been rated - Rate this topic

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

Ntsecapi.h

Library

Advapi32.lib

DLL

Advapi32.dll

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.