Getting the addressed system message to a thread

  • Thread starter Thread starter RobbKirk
  • Start date Start date
R

RobbKirk

Guest
When we CreateThread using WinAPI, one of the parameter is the address of the procedure that will receive system messages from Windows kernel. The messages that are sent with SendMessage PostMessage...

Is it possible to do the same in C#? How to subscribe to system messages inside a NET thread?



"I = I + 1" .. Isn't it boolshit?

Continue reading...
 
Back
Top