 | ControlHelperGetWindowLong 方法 |
Sweet 开发框架
Gets the window long.
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static int GetWindowLong(
IntPtr hWnd,
int nIndex
)
Public Shared Function GetWindowLong (
hWnd As IntPtr,
nIndex As Integer
) As Integer
static member GetWindowLong :
hWnd : IntPtr *
nIndex : int -> int
参数
- hWnd
- 类型:SystemIntPtr
The h WND. - nIndex
- 类型:SystemInt32
Index of the n.
返回值
类型:
Int32System.Int32.
参见