LoadFromAddress Function

Load up to 4 bytes from a memory address.

any LoadFromAddress(Address addr, NumberType size)

Parameters

Address addr

Address to a memory location.

NumberType size

How many bytes should be read. If loading a floating-point value, use NumberType_Int32.

Return Value

The value that is stored at that address.

Errors

Address is null or pointing to reserved memory.