Click or drag to resize

SingletonMessageHelperSendMessage Method (IntPtr, UInt32, UInt32, SingletonMessageHelperOBJDATASTRUCT)

Send Message (Win32)

Namespace:  SHConnector.Utility.ProcessManager
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
[DllImportAttribute("user32.dll", CharSet = CharSet.Auto)]
public static IntPtr SendMessage(
	IntPtr hWnd,
	uint Msg,
	uint wParam,
	ref SingletonMessageHelperOBJDATASTRUCT lParam
)

Parameters

hWnd
Type: SystemIntPtr
Handle
Msg
Type: SystemUInt32
Message
wParam
Type: SystemUInt32
Additional message-specific information.
lParam
Type: SHConnector.Utility.ProcessManagerSingletonMessageHelperOBJDATASTRUCT
Additional message-specific information.

Return Value

Type: IntPtr
The return value specifies the result of the message processing; it depends on the message sent.
See Also