[]
public static extern IntPtr CreateWindowEx(uint dwExStyle, string className, string windowName, uint dwStyle, int x, int y, int nWidth, int nHeight, IntPtr hWndParent, IntPtr hMenu, IntPtr hInstance, IntPtr param)
Type | Name | Description |
---|---|---|
uint | dwExStyle | |
string | className | |
string | windowName | |
uint | dwStyle | |
int | x | |
int | y | |
int | nWidth | |
int | nHeight | |
IntPtr | hWndParent | |
IntPtr | hMenu | |
IntPtr | hInstance | |
IntPtr | param |
Type | Description |
---|---|
IntPtr |