IsWindow (Compact 2013)
3/28/2014
This function determines whether the specified window handle identifies an existing window.
Syntax
BOOL IsWindow(
HWND hWnd
);
Parameters
- hWnd
[in] Handle to the window to test.
Return Value
Nonzero indicates that the window handle identifies an existing window. Zero indicates that the window handle does not identify an existing window.
Requirements
Header |
winuser.h |