[]
public delegate int Win32.WindowProc(IntPtr hwnd, uint uMsg, IntPtr wParam, IntPtr lParam)
Type | Name | Description |
---|---|---|
IntPtr | hwnd | |
uint | uMsg | |
IntPtr | wParam | |
IntPtr | lParam |
Type | Description |
---|---|
int |
Name | Description |
---|---|
WindowProc(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(IntPtr, uint, IntPtr, IntPtr, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(IntPtr, uint, IntPtr, IntPtr) |