GetForegroundKeyboardTarget (Windows CE 5.0)

Send Feedback

This function returns a handle to the window that is currently receiving input from the keyboard.

HWND GetForegroundKeyboardTarget( void );

Parameters

None.

Return Values

This function returns a window handle if successful and NULL otherwise.

Remarks

This function is only available to OEMs.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Pwinuser.h.
Link Library: Linked during build.

See Also

Keyboard Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.