シンタックス
            
            
            
            
            '宣言
 
Public Delegate Function Win32.WindowProc( _
   ByVal  As System.IntPtr, _
   ByVal  As System.UInteger, _
   ByVal  As System.IntPtr, _
   ByVal  As System.IntPtr _
) As System.Integer
             
        
            
            public delegate System.int Win32.WindowProc( 
   System.IntPtr ,
   System.uint ,
   System.IntPtr ,
   System.IntPtr 
)
             
        
             
        
            パラメータ
- hwnd
 
- uMsg
 
- wParam
 
- lParam
 
            
             
            
            
            
            
            
            
            
            
            参照