Api.JetFreeBuffer method

Frees memory that was allocated by a database engine call.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared Sub JetFreeBuffer ( _
    buffer As IntPtr _
)
'Usage
Dim buffer As IntPtrApi.JetFreeBuffer(buffer)
public static void JetFreeBuffer(
    IntPtr buffer
)

Parameters

  • buffer
    Type: System.IntPtr

    The buffer allocated by a call to the database engine. Zero is acceptable, and will be ignored.

Remarks

This method is internal because we never expose the memory allocated by ESENT to our callers.

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace