Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

WinLib.MessageMonitor.WndProc

Andrew Lambert edited this page Jul 16, 2014 · 2 revisions

#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

Clone this wiki locally