[]
public static extern int CallWindowProc(IntPtr lpPrevWndFunc, IntPtr hwnd, uint uMsg, IntPtr wParam, IntPtr lParam)
Type | Name | Description |
---|---|---|
IntPtr | lpPrevWndFunc | |
IntPtr | hwnd | |
uint | uMsg | |
IntPtr | wParam | |
IntPtr | lParam |
Type | Description |
---|---|
int |
public static extern IntPtr CallWindowProc(IntPtr lpPrevWndFunc, IntPtr hwnd, int uMsg, IntPtr wParam, IntPtr lParam)
Type | Name | Description |
---|---|---|
IntPtr | lpPrevWndFunc | |
IntPtr | hwnd | |
int | uMsg | |
IntPtr | wParam | |
IntPtr | lParam |
Type | Description |
---|---|
IntPtr |