Example #1
0
		// TODO-Linux: Implement if needed
		public static int SendMessage(IntPtr hWnd, HdrCtrlMsgs msg, int wParam, int lParam)
		{
			Console.WriteLine("Warning using unimplemented method SendMessage");
			return 0;
		}
Example #2
0
		public static extern int SendMessage(IntPtr hWnd, HdrCtrlMsgs msg, int wParam, int lParam);