This function determines whether the specified window is enabled for touch screen input and keyboard input.
At a Glance
Header file: | Winuser.h |
Versions: | 1.0 and later |
Syntax
BOOL IsWindowEnabled(HWND hWnd);
Parameters
hWnd
Handle to the window to test.
Return Values
Nonzero indicates that the window is enabled. Zero indicates that the window is not enabled.
Remarks
A child window receives input only if it is both enabled and visible.
See Also