GweBypassCoredllThunk_t::IsWindowEnabled_I (Windows CE 5.0)

Send Feedback

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

static BOOL WINAPI IsWindowEnabled_I(HWND hwndThis);

Parameters

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

Return Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: GweBypassCoredllThunk.hpp.

See Also

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.