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.
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
left
Type: Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZEThe first JET_RECSIZE.
right
Type: Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZEThe second JET_RECSIZE.
Return value
Type: Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZE
A JET_RECSIZE containing the difference in sizes between left and right.