Message::Create Method (IntPtr, Int32, IntPtr, IntPtr)
.NET Framework (current version)
Creates a new Message.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- hWnd
-
Type:
System::IntPtr
The window handle that the message is for.
- msg
-
Type:
System::Int32
The message ID.
- wparam
-
Type:
System::IntPtr
The message wparam field.
- lparam
-
Type:
System::IntPtr
The message lparam field.
Return Value
Type: System.Windows.Forms::MessageA Message that represents the message that was created.
.NET Framework
Available since 1.1
Available since 1.1
Show: