AVEVA CAF API Documenation

The hwnd.
The message.
The parameter.
The parameter.
SendMessage Method (MainWindow.User32)
Sends a message.
Syntax
public static int SendMessage( 
   IntPtr hwnd,
   int wMsg,
   IntPtr wParam,
   IntPtr lParam
)
public:
static int SendMessage( 
   IntPtr hwnd,
   int wMsg,
   IntPtr wParam,
   IntPtr lParam
) 

Parameters

hwnd
The hwnd.
wMsg
The message.
wParam
The parameter.
lParam
The parameter.

Return Value

An int.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also