'Declaration Protected Overrides Function FilterMessage( _ ByVal hwnd As IntPtr, _ ByVal msg As Integer, _ ByVal wParam As IntPtr, _ ByVal lParam As IntPtr, _ ByRef handled As Boolean _ ) As IntPtr
Parameters
- hwnd
- The handle.
- msg
- The message to act upon.
- wParam
- Message parameter.
- lParam
- Message parameter.
- handled
- Whether mouse window message was handled.