pub unsafe extern "C" fn MaaToolkitGetForegroundWindow(
) -> MaaWin32Hwnd
Available on crate feature internal only.
Expand description

@brief Get the foreground window handle. This uses the GetForegroundWindow() system API.

@return MaaWin32Hwnd The window handle.