[]
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)
Public Shared Function CreateWindowEx(dwExStyle As UInteger, className As String, windowName As String, dwStyle As UInteger, x As Integer, y As Integer, nWidth As Integer, nHeight As Integer, hWndParent As IntPtr, hMenu As IntPtr, hInstance As IntPtr, param As IntPtr) As IntPtr
| 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 |