Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.IntPtrThe 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.