win32gui.PySetString

object = PySetString(addr, String , maxLen )

Copies a string to an address (null terminated). You almost certainly should use win32gui::PySetMemory instead.

Parameters

addr : int

Address of the memory to reference

String : str

The string to copy

maxLen : int

Maximum number of chars to copy (optional)