FileStreamReader.ReadInt64(Int64, Boolean, Boolean, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual int ReadInt64(long i64Offset, bool bSkipValue, bool % IsNull, long % iVal);
public int ReadInt64 (long i64Offset, bool bSkipValue, ref bool IsNull, ref long iVal);
abstract member ReadInt64 : int64 * bool * bool * int64 -> int
override this.ReadInt64 : int64 * bool * bool * int64 -> int
Public Function ReadInt64 (i64Offset As Long, bSkipValue As Boolean, ByRef IsNull As Boolean, ByRef iVal As Long) As Integer
Parameters
- i64Offset
- Int64
- bSkipValue
- Boolean
- IsNull
- Boolean
- iVal
- Int64