win32gui.GetForegroundWindow


检索前台窗口句柄 (用户目前正使用的窗口)。

摘      自: GetForegroundWindow 函数 (winuser.h)

另请参阅:

Basic Usage     Detailed Usage

Python

win32gui.GetForegroundWindow()
			

C++

HWND GetForegroundWindow();
			

 

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