Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>int pascal enablewindow(hwnd hwnd, bool benable)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal EnableWindow(HWND hWnd, BOOL bEnable)
 <MS-WINDOWS equivalent>

  This function enables or disables a window. A window which is
disabled cannot receive any input. If a window is disabled, then all
of its children are also disabled.

Parameters
  hWnd is the handle of the window to enable or disable.
  bEnable is TRUE if the window is to be enabled, FALSE if we are
   disabling the window.
Returns
  Returns TRUE if the window handle was valid, FALSE if not.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson