C# Class Microsoft.Isam.Esent.Interop.NATIVE_ENUMCOLUMNVALUE

Mostra file Open project: ayende/managed-esent Class Usage Examples

Public Properties

Property Type Description
cbData uint
err int
itagSequence uint
pvData System.IntPtr

Property Details

cbData public_oe property

Size of returned data.
public uint cbData
return uint

err public_oe property

Error or warning from the enumeration.
public int err
return int

itagSequence public_oe property

The column value that was enumerated.
public uint itagSequence
return uint

pvData public_oe property

Pointer to returned data.
public IntPtr,System pvData
return System.IntPtr