 | MessagingPostMessage method |
Wrapper for external PostMessage.
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
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
Parameters
- hwnd IntPtr
- Window handle.
- msg Int32
- Message to be posted.
- wparam IntPtr
- Pointer to the message.
- lparam IntPtr
- Length of the message.
Return value
BooleanTrue on success.
See also