bool PostWndMsg(IntPtr, int, IntPtr, IntPtr)

Posts a message to the specified window via the Windows API.

Parameters

Name Description
h IntPtr
The window handle.
msg int
The window message.
wp IntPtr
The WPARAM.
lp IntPtr
The LPARAM.

Security

Trust Level Required: High

Return

The result of the PostMessage call.

Requirements

KioWare for Windows version 8.5 or greater.