BolterLibrary.Imports.PostMessage C# (CSharp) Method

PostMessage() private method

private PostMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, UIntPtr lParam ) : bool
hWnd System.IntPtr
Msg uint
wParam System.IntPtr
lParam System.UIntPtr
return bool
        protected static extern bool PostMessage(IntPtr hWnd, uint Msg, IntPtr wParam, UIntPtr lParam);