GweBypassCoredllThunk_t::IsWindowEnabled_I
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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.