IsWindowEnabled function user32

int IsWindowEnabled(
  1. int hWnd
)

Determines whether the specified window is enabled for mouse and keyboard input.

BOOL IsWindowEnabled(
  HWND hWnd
);

Implementation

int IsWindowEnabled(int hWnd) => _IsWindowEnabled(hWnd);