BExplorer.Shell.TreeViewBase.SendMessage C# (CSharp) 메소드

SendMessage() 개인적인 메소드

private SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam ) : int
hWnd System.IntPtr
Msg int
wParam System.IntPtr
lParam System.IntPtr
리턴 int
		public static extern int SendMessage(IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam);
		#endregion