IFileStreamReader.ReadByte(Int64, Boolean, Boolean, Byte) 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:
int ReadByte(long i64Offset, bool bSkipValue, bool % IsNull, System::Byte % bVal);
public int ReadByte (long i64Offset, bool bSkipValue, ref bool IsNull, ref byte bVal);
abstract member ReadByte : int64 * bool * bool * byte -> int
Public Function ReadByte (i64Offset As Long, bSkipValue As Boolean, ByRef IsNull As Boolean, ByRef bVal As Byte) As Integer
Parameters
- i64Offset
- Int64
- bSkipValue
- Boolean
- IsNull
- Boolean
- bVal
- Byte