WinApiPostMessage Method
Sends the specified message to a window or windows
Namespace: PCB_Investigator.PCBIControls.Ribbon.RibbonHelpersAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public static bool PostMessage(
IntPtr hWnd,
int msg,
int wParam,
int lParam
)
Public Shared Function PostMessage (
hWnd As IntPtr,
msg As Integer,
wParam As Integer,
lParam As Integer
) As Boolean
public:
static bool PostMessage(
IntPtr hWnd,
int msg,
int wParam,
int lParam
)
static member PostMessage :
hWnd : IntPtr *
msg : int *
wParam : int *
lParam : int -> bool
- hWnd IntPtr
- handle to destination window
- msg Int32
-
- wParam Int32
- first message parameter
- lParam Int32
- second message parameter
Booleannone