win32gui.GetWindowLong


检索指定窗口的有关信息。

GetWindowLong 还会检索 32 位 DWORD 值,该值位于指定偏移处,并放入额外窗口内存。

摘      自: GetWindowLong 函数 (winuser.h)

另请参阅: win32gui.SetWindowLong

Basic Usage     Detailed Usage

Python

win32gui.GetWindowLong(hwnd, index)
			

C++

LONG GetWindowLongW(
  [in] HWND hWnd,
  [in] int  nIndex
);
			

 

Copyright Notice: This article is an exclusive original manuscript, copyright belongs to Happy Digits Software , shall not be reproduced without permission.