Skip to content

libsodium.SecureMemoryblock.Long

Andrew Lambert edited this page Mar 15, 2017 · 7 revisions

Method Signatures

 Function Long(Offset As ULong) As Long
 Sub Long(Offset As ULong, Assigns NewLong As Long)

Parameters

####Long(ULong) As Long

Name Type Comment
Offset ULong The offset, in bytes, to read a Long at.

####Long(ULong, Assigns Long)

Name Type Comment
Offset ULong The offset, in bytes, to write a Long at.
NewLong Color The Long to write.

Remarks

Gets and sets the Long at the specified offset.

Clone this wiki locally