PeekI()

语法

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

参数

*MemoryBuffer The address to read from.

返回值

Returns the value of the integer.

参阅

PokeI()

已支持操作系统

所有

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