Delegate OTZNativeMethods.WndProc
名前空間: OTZControls.WindowsApi
アセンブリ: OTZControls.dll
Syntax
public delegate IntPtr WndProc(IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam);
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.IntPtr | hWnd | |
| System.Int32 | msg | |
| System.IntPtr | wParam | |
| System.IntPtr | lParam |
戻り値
| 型 | 説明 |
|---|---|
| System.IntPtr |