C1.Util.Win Namespace / Win32.WindowProc Delegate

In This Topic
Win32.WindowProc Delegate
In This Topic
Syntax
'Declaration
 
Public Delegate Function Win32.WindowProc( _
   ByVal hwnd As IntPtr, _
   ByVal uMsg As UInteger, _
   ByVal wParam As IntPtr, _
   ByVal lParam As IntPtr _
) As Integer
 

Parameters

hwnd
uMsg
wParam
lParam
See Also