Message.Create(IntPtr, Int32, IntPtr, IntPtr) メソッド

定義

新しい Message を作成します。

public:
 static System::Windows::Forms::Message Create(IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam);
public static System.Windows.Forms.Message Create (IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam);
static member Create : nativeint * int * nativeint * nativeint -> System.Windows.Forms.Message
Public Shared Function Create (hWnd As IntPtr, msg As Integer, wparam As IntPtr, lparam As IntPtr) As Message

パラメーター

hWnd
IntPtr

nativeint

メッセージのウィンドウ ハンドル。

msg
Int32

メッセージ ID。

wparam
IntPtr

nativeint

メッセージの wparam フィールド。

lparam
IntPtr

nativeint

メッセージの lparam フィールド。

戻り値

Message

作成されたメッセージを表す Message

注釈

このメソッドを Create 使用して、 Message Windows から送信されたメッセージをラップするメソッドを作成します。

適用対象