WndProc - Remarks

This procedure is associated with a window by the pfnWndProc of the WinRegisterClass function.

The window procedure typically processes only some of the messages passed to it. Those messages it does not process must be passed on to the WinDefWindowProc function, which performs the standard window processing for those messages.


[Back: WndProc - Parameters]
[Next: WndProc - Topics]