what dose ctypes.windll.user32.GetActiveWindow() code example
Example: python ctypes get current window
import ctypes
window = ctypes.windll.user32.GetForegroundWindow()
import ctypes
window = ctypes.windll.user32.GetForegroundWindow()