Skip to content

libsodium.SecureMemoryblock.Long

Andrew Lambert edited this page Jun 4, 2023 · 7 revisions

Method Signatures

 Function Long(Offset As UInt64) As Int32
 Sub Long(Offset As UInt64, Assigns NewLong As Int32)

Parameters

Long(ULong) As Long

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

Long(ULong, Assigns Long)

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

Remarks

Gets and sets the Long at the specified offset.

Clone this wiki locally