VistaApi.JetGetInstanceMiscInfo method
Retrieves information about an instance.
Namespace: Microsoft.Isam.Esent.Interop.Vista
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetGetInstanceMiscInfo ( _
instance As JET_INSTANCE, _
<OutAttribute> ByRef signature As JET_SIGNATURE, _
infoLevel As JET_InstanceMiscInfo _
)
'Usage
Dim instance As JET_INSTANCE
Dim signature As JET_SIGNATURE
Dim infoLevel As JET_InstanceMiscInfoVistaApi.JetGetInstanceMiscInfo(instance, _
signature, infoLevel)
public static void JetGetInstanceMiscInfo(
JET_INSTANCE instance,
out JET_SIGNATURE signature,
JET_InstanceMiscInfo infoLevel
)
Parameters
instance
Type: Microsoft.Isam.Esent.Interop.JET_INSTANCEThe instance to get information about.
signature
Type: Microsoft.Isam.Esent.Interop.JET_SIGNATURERetrieved information.
infoLevel
Type: Microsoft.Isam.Esent.Interop.Vista.JET_InstanceMiscInfoThe type of information to retrieve.