IsWindowEnabled (Windows CE 5.0)
This function determines whether the specified window is enabled for mouse input, touch screen input and keyboard input.
BOOLIsWindowEnabled(HWNDhWnd );
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.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
Link Library: Wmgr_c.lib.
See Also
EnableWindow | IsWindowVisible | IsWindow
Send Feedback on this topic to the authors