[]
public static extern int SetWindowLong(IntPtr hwnd, int nIndex, int dwNewLong)
| Type | Name | Description |
|---|---|---|
| IntPtr | hwnd | |
| int | nIndex | |
| int | dwNewLong |
| Type | Description |
|---|---|
| int |
public static extern IntPtr SetWindowLong(IntPtr hwnd, int nIndex, IntPtr dwNewLong)
| Type | Name | Description |
|---|---|---|
| IntPtr | hwnd | |
| int | nIndex | |
| IntPtr | dwNewLong |
| Type | Description |
|---|---|
| IntPtr |
public static extern IntPtr SetWindowLong(IntPtr hwnd, int nIndex, Win32.WindowProc newWindowProc)
| Type | Name | Description |
|---|---|---|
| IntPtr | hwnd | |
| int | nIndex | |
| Win32.WindowProc | newWindowProc |
| Type | Description |
|---|---|
| IntPtr |