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.
Retrieves the list of instances and databases that are part of the snapshot session at any given moment.
Namespace: Microsoft.Isam.Esent.Interop.Vista
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetOSSnapshotGetFreezeInfo ( _
snapshot As JET_OSSNAPID, _
<OutAttribute> ByRef numInstances As Integer, _
<OutAttribute> ByRef instances As JET_INSTANCE_INFO(), _
grbit As SnapshotGetFreezeInfoGrbit _
)
'Usage
Dim snapshot As JET_OSSNAPID
Dim numInstances As Integer
Dim instances As JET_INSTANCE_INFO()
Dim grbit As SnapshotGetFreezeInfoGrbitVistaApi.JetOSSnapshotGetFreezeInfo(snapshot, _
numInstances, instances, grbit)
public static void JetOSSnapshotGetFreezeInfo(
JET_OSSNAPID snapshot,
out int numInstances,
out JET_INSTANCE_INFO[] instances,
SnapshotGetFreezeInfoGrbit grbit
)
Parameters
snapshot
Type: Microsoft.Isam.Esent.Interop.JET_OSSNAPIDThe identifier of the snapshot session.
numInstances
Type: System.Int32Returns the number of instances.
instances
Type: []Returns information about the instances.
grbit
Type: Microsoft.Isam.Esent.Interop.Vista.SnapshotGetFreezeInfoGrbitOptions for this call.