Edit

JET_RECSIZE.Subtraction operator

Calculate the difference in sizes between two JET_RECSIZE structures.

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

Syntax

'Declaration
Public Shared Operator - ( _
    left As JET_RECSIZE, _
    right As JET_RECSIZE _
) As JET_RECSIZE
'Usage
Dim left As JET_RECSIZE
Dim right As JET_RECSIZE
Dim returnValue As JET_RECSIZE

returnValue = (left - right)
public static JET_RECSIZE operator -(
    JET_RECSIZE left,
    JET_RECSIZE right
)

Parameters

Return value

Type: Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZE
A JET_RECSIZE containing the difference in sizes between left and right.

See also

Reference

JET_RECSIZE structure

JET_RECSIZE members

Microsoft.Isam.Esent.Interop.Vista namespace