SendMessage(IntPtr,UInt32,IntPtr,EDITSTREAM64) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function SendMessage( _
ByVal As IntPtr, _
ByVal As UInteger, _
ByVal As IntPtr, _
ByVal As Win32.EDITSTREAM64 _
) As IntPtr
public static IntPtr SendMessage(
IntPtr ,
uint ,
IntPtr ,
Win32.EDITSTREAM64
)
Parameters
- hWnd
- wMsg
- wParam
- lParam
See Also