AVG.Automation.Cmdlets.NativeMethods.PostMessage C# (CSharp) 메소드

PostMessage() 개인적인 메소드

private PostMessage ( IntPtr hWnd, WM Msg, IntPtr wParam, IntPtr lParam ) : bool
hWnd System.IntPtr
Msg WM
wParam System.IntPtr
lParam System.IntPtr
리턴 bool
        public static extern bool PostMessage(IntPtr hWnd, WM Msg, IntPtr wParam, IntPtr lParam);

Same methods

NativeMethods::PostMessage ( IntPtr hWnd, WM Msg, int wParam, int lParam ) : bool