c - Are Wndproc and hook in the main thread? -



c - Are Wndproc and hook in the main thread? -

sorry dumb question, wndproc , hooks in main thread (when called)?

if mean can not utilize them build buffer keyboard input?

your window procedure (and subclassed window procedures, hooks, etc) run in thread called createwindow (it's requirement same thread later process message queue, window procedures run when main message dispatch loop calls dispatchmessage).

not sure mean "build buffer keyboard input".

c windows

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -