PeekC()

Syntax

Value.c = PeekC(*Buffer, Offset)
Description
Reads a character (UTF-16) from the specified memory buffer.

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 character.

See Also

PokeC()

Supported OS

All

<- PeekB() - Memory Index - PeekD() ->