Message.Create(IntPtr, Int32, IntPtr, IntPtr) Method

Definition

Creates a new Message.

C#
public static System.Windows.Forms.Message Create(IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam);

Parameters

hWnd
IntPtr

The window handle that the message is for.

msg
Int32

The message ID.

wparam
IntPtr

The message wparam field.

lparam
IntPtr

The message lparam field.

Returns

A Message that represents the message that was created.

Remarks

Use the Create method to create a Message to wrap a message sent by Windows.

Applies to

Prodotto Versioni
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10