Unicode Controls & Classes for VB6 - Version 4
clsUniFile
.ReadLong Function
Reads a long from file (4 bytes) and returns True iìf the operation finished correctly
Syntax
Public Function ReadLong (ByRef
lOut
As Long) As Boolean
Parameters
Parameter
Description
ByRef
lOut
As Long
Long value read from file (OUT)
Remarks