windows 窗口过程 线程消息队列

Posted shinymood

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows 窗口过程 线程消息队列相关的知识,希望对你有一定的参考价值。

message loop

window procedure

 

message loop:

      a for loop in thread or winmain

   GetMessageTranslateMessage, and DispatchMessage

GetMessage:

  get the message

DispatchMessage:

  Dispatches a message to a window procedure. ----- winproc

WindowProc callback function

An application-defined function that processes messages sent to a window. The WNDPROC type defines a pointer to this callback function.

 

窗口过程:创建窗口后之指定。registerclass()

 

以上是关于windows 窗口过程 线程消息队列的主要内容,如果未能解决你的问题,请参考以下文章

8.windows消息机制消息队列

windows消息机制是怎么一回事?谢谢!

WinForm中DefWndProcWndProc与IMessageFilter的区别

(21)Blender源码分析之鼠标按下消息添加到队列的过程

(21)Blender源码分析之鼠标按下消息添加到队列的过程

windows消息发送与接收