PeekI()

Syntax

Value.i = PeekI(*MemoryBuffer)
Description
Reads an integer (4 bytes in 32-bit executable, 8 bytes in 64-bit executable) number from the specified memory address.

Parameters

*MemoryBuffer The address to read from.

Return value

Returns the value of the integer.

See Also

PokeI()

Supported OS

All

<- PeekF() - Memory Index - PeekL() ->