PeekU()

Syntax

Value.u = PeekU(*Buffer, Offset)
Description
Reads an unicode character (2 bytes) 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 unicode character.

See Also

PokeU()

Supported OS

All

<- PeekS() - Memory Index - PeekW() ->