public bool PostMessage(HandleRef hWnd, uint Msg, IntPtr wParam, IntPtr lParam) { return(PInvoker.PostMessage(hWnd, Msg, wParam, lParam)); }