PeekD()
Syntax
Value.d = PeekD(*Buffer, Offset)Description
Reads a double (8 bytes) number from the specified memory address.
Parameters
*Buffer The buffer to read from. It must have been allocated with AllocateMemory() or ReAllocateMemory(). Offset The offset (in bytes) in the buffer.
Return value
Returns the value of the double.
See Also
PokeD()
Supported OS
All