Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
PySetMemory
win32gui
.PySetMemory
object =
PySetMemory(
addr
, String
)
Copies bytes to an address.
Parameters
addr
: int
Address of the memory to reference
String
: string or buffer
The string to copy