Microsoft Windows CE 3.0  

winmgr Component

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The winmgr component provides support for the window manager.

Functions for Application Developers

The winmgr component includes the following functions for application developers, which are defined in the Winuser.h header file. To import these functions, you need to link to the winmgr.lib file.

Function
AdjustWindowRectEx
BeginDeferWindowPos
BeginPaint
BringWindowToTop
ChildWindowFromPoint
ClientToScreen
DeferWindowPos
EndDeferWindowPos
EndPaint
EnumWindows
FindWindow
GetClassName
GetClientRect
GetDC
GetDCEx
GetParent
GetUpdateRect
GetUpdateRgn
GetWindow
GetWindowDC
GetWindowRect
GetWindowRgn
GetWindowText
GetWindowTextLength
InvalidateRect
IsChild
MapWindowPoints
MoveWindow
ReleaseDC
ScreenToClient
ScrollWindowEx
SetParent
SetSysColors
SetWindowPos
SetWindowRgn
SetWindowText
ShowWindow
UpdateWindow
ValidateRect
WindowFromPoint

See Also

GWE Components