AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation Namespace > TabbedOverlayWindow Class : SendMessage(IntPtr,Int32,Int32,Int32) Method
The window.
The message.
The parameter.
The parameter.
SendMessage(IntPtr,Int32,Int32,Int32) Method
Sends a message.
Syntax
public static int SendMessage( 
   IntPtr hWnd,
   int Msg,
   int wParam,
   int lParam
)
public:
static int SendMessage( 
   IntPtr hWnd,
   int Msg,
   int wParam,
   int lParam
) 

Parameters

hWnd
The window.
Msg
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