dxPokeMemInt(address%,value%)

Parameters

address% = address in memory to write to
value% = int value to write to memory

Description

Will write an int value to an address to memory

Note: Be attentive about memory restrictions, if you try to read memory 'ouside' of the program's allocation this function will return a memory access violation