Share via


GetForegroundKeyboardTarget (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

HWND GetForegroundKeyboardTarget(void);

Parameters

None.

Return Value

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

Remarks

This function is linked during the build process.

Requirements

Header pwinuser.h
Windows Embedded CE Windows CE .NET 4.2 and later
Note Linked during platform build

See Also

Reference

Keyboard Functions