GetLong Method
Object List Next Object
Defined By: DataBuffer
Description:
Finds a Long value.
Declaration:
Function GetLong(ByVal offset As Long) As Long
Details:
Offset is the position, in Bytes, of the Long you want to inspect. GetLong returns
the Long value at the requested position.
See Also:
SetLong method