TreeView for WinForms
Win32.WindowProc デリゲート

C1.Win.6 アセンブリ > C1.Util.Win 名前空間 : Win32.WindowProc デリゲート
シンタックス
'宣言
 
Public Delegate Function Win32.WindowProc( _
   ByVal hwnd As System.IntPtr, _
   ByVal uMsg As System.UInteger, _
   ByVal wParam As System.IntPtr, _
   ByVal lParam As System.IntPtr _
) As System.Integer
public delegate System.int Win32.WindowProc( 
   System.IntPtr hwnd,
   System.uint uMsg,
   System.IntPtr wParam,
   System.IntPtr lParam
)

パラメータ

hwnd
uMsg
wParam
lParam
参照

Win32.WindowProc メンバ
C1.Util.Win 名前空間