Headless.IntegrationTests.IisExpress.NativeMethods.PostMessage C# (CSharp) 메소드

PostMessage() 개인적인 메소드

private PostMessage ( HandleRef hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : bool
hWnd System.Runtime.InteropServices.HandleRef
Msg uint
wParam System.IntPtr
lParam System.IntPtr
리턴 bool
            internal static extern bool PostMessage(HandleRef hWnd, uint Msg, IntPtr wParam, IntPtr lParam);