Unicode Controls & Classes for VB6 - Version 4
clsUniFile
.ReadBytes Function
Reads n byte from file and returns True if the operation finished correctly
Syntax
Public Function ReadBytes (ByRef
aBuffer
As Byte()) As Boolean
Parameters
Parameter
Description
ByRef
aBuffer
As Byte()
A valid byte array
Remarks