GetWindowWord

此頁沒有內(nèi)容條目
內(nèi)容

GetWindowWord

VB聲明

Declare Function GetWindowWord Lib "user32" Alias "GetWindowWord" (ByVal hwnd As Long, ByVal nIndex As Long) As Integer

說明

獲得指定窗口結(jié)構(gòu)的信息

返回值

Long,由nIndex決定

參數(shù)表

參數(shù)

類型及說明

hwnd

Long,想獲取信息的那個窗口的句柄

nIndex

Long,正偏移值,指出在窗口額外字節(jié)分配的空間中取得的信息

Top