yiii

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()

 

分类:

技术点:

相关文章:

  • 2022-01-05
  • 2021-05-25
  • 2022-02-13
  • 2021-04-30
  • 2021-11-02
  • 2021-11-02
  • 2021-07-30
猜你喜欢
  • 2021-06-12
  • 2021-11-14
  • 2021-11-02
  • 2021-09-17
  • 2021-11-02
相关资源
相似解决方案