GetActiveWindow (Windows CE 5.0)
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
Send Feedback on this topic to the authors