NativeMethods.PostMessage(IntPtr, Int32, IntPtr, IntPtr) Methode

Definition

Eine Meldung veröffentlichen

public:
 static int PostMessage(IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam);
public static int PostMessage (IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam);
static member PostMessage : nativeint * int * nativeint * nativeint -> int
Public Shared Function PostMessage (hWnd As IntPtr, msg As Integer, wParam As IntPtr, lParam As IntPtr) As Integer

Parameter

hWnd
IntPtr

nativeint

Das Fensterhandle

msg
Int32

Die Meldung.

wParam
IntPtr

nativeint

Steuerelement

lParam
IntPtr

nativeint

Handle für das Fenster des Steuerelements

Gibt zurück

Die veröffentlichte Meldung

Gilt für: