BExplorer.Shell.Interop.User32.CreateWindowEx C# (CSharp) Method

CreateWindowEx() private method

private CreateWindowEx ( WindowStylesEx dwExStyle, string lpClassName, string lpWindowName, WindowStyles dwStyle, int x, int y, int nWidth, int nHeight, IntPtr hWndParent, IntPtr hMenu, IntPtr hInstance, IntPtr lpParam ) : IntPtr
dwExStyle WindowStylesEx
lpClassName string
lpWindowName string
dwStyle WindowStyles
x int
y int
nWidth int
nHeight int
hWndParent System.IntPtr
hMenu System.IntPtr
hInstance System.IntPtr
lpParam System.IntPtr
return System.IntPtr
		public static extern IntPtr CreateWindowEx(
				 WindowStylesEx dwExStyle,
				 string lpClassName,
				 string lpWindowName,
				 WindowStyles dwStyle,
				 int x,
				 int y,
				 int nWidth,
				 int nHeight,
				 IntPtr hWndParent,
				 IntPtr hMenu,
				 IntPtr hInstance,
				 IntPtr lpParam);