[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
EnableWindow( hWnd, lEnable ) -> <lSuccess>
------------------------------------------------------------------------------
PARAMETER:
<hWnd> Is the handle that identifies the target window
<lEnable> logical value indicating if the window is enabled or disabled
RETURNS:
<lSuccess> is TRUE if the operation was successful.
DESCRIPTION:
This function enables or disables mouse and keyboard input to the given
function or control. When input is disabled, the window ignores input
such as mouse clicks and key presses. When input is enabled, the window
processes all input.
SOURCE:
SOURCE\WINAPI\ENABLE.C
See Also:
Enable
Disable
IsWindowEnabled
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson