Process related functions

Funtions in this section are helpful when dealing with process related issues

AllocateVirtualBuffer

Allocates memory in the address space of a process, which is an owner of a given window.

FreeVirtualBuffer

Frees memory allocated by AllocateVirtualBuffer.

ReadFromVirtualBuffer

Reads from memory allocated by AllocateVirtualBuffer.

WaitForReady

Waits until the application is ready to receive more input

WriteToVirtualBuffer

Writes to memory allocated by AllocateVirtualBuffer.