GetActiveWindow (Windows CE 5.0)

Send Feedback

This function retrieves the window handle to the active window associated with the thread that calls the function.

HWNDGetActiveWindow(void);

Parameters

None.

Return Values

The handle to the active window associated with the calling thread's message queue indicates success. NULL indicates failure.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
Link Library: Caret.lib, Foregnd.lib.

See Also

Keyboard Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.