GetForegroundWindow function user32

int GetForegroundWindow()

Retrieves a handle to the foreground window (the window with which the user is currently working). The system assigns a slightly higher priority to the thread that creates the foreground window than it does to other threads.

HWND GetForegroundWindow();

Implementation

int GetForegroundWindow() => _GetForegroundWindow();