01-26-2018, 10:33 PM
I don't know other ways to get RTF and how to improve this code.
Dll injection - not QM-specific. Need to create a dll in Visual Studio, using C++ language. Inject it with SetWindowsHookEx(WH_CALLWNDPROC, HookFunctionInThisDll, ModuleHandleOfThisDll, ThreadIdOfTheWindow) and SendMessage(hwnd, MyMessage, 0, 0). Then to send data back use eg shared memory or ReadProcessMemory.
Dll injection - not QM-specific. Need to create a dll in Visual Studio, using C++ language. Inject it with SetWindowsHookEx(WH_CALLWNDPROC, HookFunctionInThisDll, ModuleHandleOfThisDll, ThreadIdOfTheWindow) and SendMessage(hwnd, MyMessage, 0, 0). Then to send data back use eg shared memory or ReadProcessMemory.
