SetLong Method
Object List Next Object
Defined By: DataBuffer
Description:
Allows you to set a Long value.
Declaration:
Sub SetLong(ByVal offset As Long, ByVal value As Long)
Details:
offset is the location, in Bytes, where the Long will be stored. value is the Long you want to store.
See Also:
GetLong method