WindowCallSendMessage Method (IntPtr, UInt32, IntPtr, IntPtr) |
Invokes SendMessage.
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,
IntPtr lParam
)
Public Shared Function CallSendMessage (
hWnd As IntPtr,
msg As UInteger,
wParam As IntPtr,
lParam As IntPtr
) As IntPtr
public:
static IntPtr CallSendMessage(
IntPtr hWnd,
unsigned int msg,
IntPtr wParam,
IntPtr lParam
)
static member CallSendMessage :
hWnd : IntPtr *
msg : uint32 *
wParam : IntPtr *
lParam : IntPtr -> IntPtr
Parameters
- hWnd
- Type: SystemIntPtr
- msg
- Type: SystemUInt32
- wParam
- Type: SystemIntPtr
- lParam
- Type: SystemIntPtr
Return Value
Type:
IntPtrSee Also