AVG.Automation.Cmdlets.NativeMethods.PostMessage C# (CSharp) Méthode

PostMessage() private méthode

private PostMessage ( IntPtr hWnd, WM Msg, IntPtr wParam, IntPtr lParam ) : bool
hWnd System.IntPtr
Msg WM
wParam System.IntPtr
lParam System.IntPtr
Résultat 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