<Return[G]><Top>

GetWindowWord

Declare Function Api_GetWindowWord% Lib "user32" Alias "GetWindowWord" (ByVal hWnd&, ByVal nIndex&)

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

関数は16 ビット Windows との互換性のためだけに残されている。Win32 アプリケーションでは、GetWindowLong 関数を推奨。