WindowCallSendMessage Method (IntPtr, UInt32, IntPtr, HDITEM) |
Invokes SendMessage with an HDITEM parameter.
Namespace: VirtualRadar.InteropAssembly: 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
)
Public Shared Function CallSendMessage (
hWnd As IntPtr,
msg As UInteger,
wParam As IntPtr,
ByRef hditem As HDITEM
) As IntPtr
public:
static IntPtr CallSendMessage(
IntPtr hWnd,
unsigned int msg,
IntPtr wParam,
HDITEM% hditem
)
static member CallSendMessage :
hWnd : IntPtr *
msg : uint32 *
wParam : IntPtr *
hditem : HDITEM byref -> IntPtr
Parameters
- hWnd
- Type: SystemIntPtr
- msg
- Type: SystemUInt32
- wParam
- Type: SystemIntPtr
- hditem
- Type: VirtualRadar.InteropHDITEM
Return Value
Type:
IntPtrSee Also