Method | Description | |
---|---|---|
GetWindowLong ( |
||
SetWindowLong ( |
Method | Description | |
---|---|---|
WndProc ( |
Method | Description | |
---|---|---|
GetWindowLong32 ( |
||
GetWindowLongPtr64 ( |
||
SetWindowLongPtr32 ( |
||
SetWindowLongPtr64 ( |
public static GetWindowLong ( |
||
hWnd | ||
nIndex | int | |
return | int |
public static SetWindowLong ( |
||
hWnd | ||
nIndex | int | |
dwNewLong | int | |
return | int |
protected WndProc ( |
||
m | ||
return | void |