IsWindow (Windows CE 5.0)
This function determines whether the specified window handle identifies an existing window.
BOOLIsWindow(HWNDhWnd );
Parameters
- hWnd
[in] Handle to the window to test.
Return Values
Nonzero indicates that the window handle identifies an existing window. Zero indicates that the window handle does not identify an existing window.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
See Also
Windows Functions | IsWindowEnabled | IsWindowVisible
Send Feedback on this topic to the authors