SYS(2600) - Return Pointer as String

Interprets an integer as pointer into memory and returns the contents of that memory as a string, or writes new data to that memory location.

SYS(2600, dwAddress, nLength [, cNewString])

Parameters

dwAddress

Specifies the pointer to a memory address. This value is interpreted as an integer.

nLength

Specifies the number of bytes to read from dwAddress.

cNewString

Specifies a value to be returned to dwAddress.

Expand imageRemarks

Expand imageExamples

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic