Share via


GweBypassCoredllThunk_t::IsWindowEnabled_I (Windows Embedded CE 6.0)

1/6/2010

This method determines whether the specified window is enabled for touch screen input and keyboard input.

Syntax

static BOOL WINAPI IsWindowEnabled_I(
  HWND hwndThis
);

Parameters

  • hwndThis
    [in] Handle to the window to test.

Return Value

Nonzero indicates that the window is enabled. Zero indicates that the window is not enabled.

Remarks

This method is an internal version of the IsWindowEnabled function.

A child window receives input only if it is both enabled and visible.

Requirements

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

See Also

Reference

GweBypassCoredllThunk_t
IsWindowEnabled
GweBypassCoredllThunk_t::EnableWindow_I
GweBypassCoredllThunk_t::IsWindowVisible_I
GweBypassCoredllThunk_t::IsWindow_I