[]
        
(Showing Draft Content)

C1.Util.Win.Win32.SendMessageRect

SendMessageRect Method

SendMessageRect(IntPtr, int, IntPtr, ref RECT)

Declaration
public static extern IntPtr SendMessageRect(IntPtr hWnd, int wMsg, IntPtr wParam, ref Win32.RECT lParam)
Public Shared Function SendMessageRect(hWnd As IntPtr, wMsg As Integer, wParam As IntPtr, ByRef lParam As Win32.RECT) As IntPtr
Parameters
Type Name Description
IntPtr hWnd
int wMsg
IntPtr wParam
Win32.RECT lParam
Returns
Type Description
IntPtr