79306754

Date: 2024-12-25 02:30:17
Score: 0.5
Natty:
Report link

Use SetWindowsHookEx to define a message hook that intercepts messages sent to all windows in your application instead of SetWindowLongPtr.

You also need to change CallWindowProc to CallNextHookEx on your cllback function.

I think you could to collect WM_COPY, WM_CUT, and WM_PASTE events by this way.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ferhat Mousavi