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
Post a Comment