 | MessagingPostMessage Methode |
Wrapper for external PostMessage.
Namensraum: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+6e6ab0c4fed8e24cd32ff9136ecb6b264898a6a9
Syntaxpublic static bool PostMessage(
IntPtr hwnd,
int msg,
IntPtr wparam,
IntPtr lparam
)
Public Shared Function PostMessage (
hwnd As IntPtr,
msg As Integer,
wparam As IntPtr,
lparam As IntPtr
) As Boolean
public:
static bool PostMessage(
IntPtr hwnd,
int msg,
IntPtr wparam,
IntPtr lparam
)
static member PostMessage :
hwnd : IntPtr *
msg : int *
wparam : IntPtr *
lparam : IntPtr -> bool
Parameter
- hwnd IntPtr
- Window handle.
- msg Int32
- Message to be posted.
- wparam IntPtr
- Pointer to the message.
- lparam IntPtr
- Length of the message.
Rückgabewert
BooleanTrue on success.
Siehe auch