Click or drag to resize
WindowCallSendMessage Method (IntPtr, UInt32, IntPtr, IntPtr)
Invokes SendMessage.

Namespace: VirtualRadar.Interop
Assembly: VirtualRadar.Interop (in VirtualRadar.Interop.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IntPtr CallSendMessage(
	IntPtr hWnd,
	uint msg,
	IntPtr wParam,
	IntPtr lParam
)

Parameters

hWnd
Type: SystemIntPtr
msg
Type: SystemUInt32
wParam
Type: SystemIntPtr
lParam
Type: SystemIntPtr

Return Value

Type: IntPtr
See Also