win32gui.PyGetString

string = PyGetString(addr, len )

Returns a string from an address.

Parameters

addr : int

Address of the memory to reference

len : int

Number of characters to read. If not specified, the string must be NULL terminated.

Return Value

If win32gui.UNICODE is True, this will return a unicode object.