Share via


GweBypassCoredllThunk_t::IsWindow_I (Windows Embedded CE 6.0)

1/6/2010

This method determines whether the specified window handle identifies an existing window.

Syntax

static BOOL WINAPI IsWindow_I(
  HWND hwndThis
);

Parameters

  • hwndThis
    [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.

Remarks

This method is an internal version of the IsWindow function.

Requirements

Header gwebypasscoredllthunk.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

GweBypassCoredllThunk_t
IsWindow
GweBypassCoredllThunk_t::IsWindowEnabled_I
GweBypassCoredllThunk_t::IsWindowVisible_I