Determines whether the specified window is enabled for mouse and keyboard input.
BOOL IsWindowEnabled( HWND hWnd );
int IsWindowEnabled(int hWnd) => _IsWindowEnabled(hWnd);