WinLib.MessageMonitor.WndProc - charonn0/WinLib GitHub Wiki
#WinLib.MessageMonitor.WndProc
##Method Signature
Protected Function WndProc(HWND as Integer, msg as Integer, wParam as Ptr, lParam as Ptr) As Boolean
##Notes This method is called by DefWindowProc and raises the WindowMessage event. It should not be called by subclasses.
##See also
- WindowMessage event
- DefWindowProc shared method