Click or drag to resize
WindowCallSendMessage Method (IntPtr, UInt32, IntPtr, HDITEM)
Invokes SendMessage with an HDITEM parameter.

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,
	ref HDITEM hditem
)

Parameters

hWnd
Type: SystemIntPtr
msg
Type: SystemUInt32
wParam
Type: SystemIntPtr
hditem
Type: VirtualRadar.InteropHDITEM

Return Value

Type: IntPtr
See Also