[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BOOL pascal IsWindowEnabled(HWND hWnd)

  This function tells if a window is enabled or not. A disabled window
cannot receive any input messages, nor can it receive the focus.

Parameters
  hWnd is the handle of the window to query.

Returns
  TRUE if the window is enabled, FALSE if not.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson