JET_HANDLE structure

A JET_HANDLE contains a generic handle.

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

Syntax

'Declaration
Public Structure JET_HANDLE _
    Implements IEquatable(Of JET_HANDLE), IFormattable
'Usage
Dim instance As JET_HANDLE
public struct JET_HANDLE : IEquatable<JET_HANDLE>, 
    IFormattable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

JET_HANDLE members

Microsoft.Isam.Esent.Interop namespace