win32gui.EnumWindows


通过将句柄传递给回调函数,枚举屏幕中的所有顶层窗口。

枚举到最后一个顶层窗口或回调函数返回 FALSE 为止。

摘      自: EnumWindows 函数 (winuser.h)

另请参阅:

Basic Usage     Detailed Usage

Python

win32gui.EnumWindows(callback, extra)
			

C++

BOOL EnumWindows(
  [in] WNDENUMPROC lpEnumFunc,
  [in] LPARAM      lParam
);
			

 

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