GweBypassCoredllThunk_t::IsWindow_I
This method determines whether the specified window handle identifies an existing window.
static BOOL WINAPI IsWindow_I(
HWND hwndThis
);
Parameters
- hwndThis
[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.
Remarks
This method is an internal version of the IsWindow function.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: GweBypassCoredllThunk.hpp.
See Also
IsWindow | GweBypassCoredllThunk_t::IsWindowEnabled_I | GweBypassCoredllThunk_t::IsWindowVisible_I
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.