GweBypassCoredllThunk_t::IsWindow_I (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.