Microsoft Windows CE 3.0  

oomui 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 oomui component implements the user interface for the Out-Of-Memory system. This component is responsible for drawing the various screens and handling user input when the system is low on memory.

Functions for Operating System Developers

The oomui component includes the following functions for operating system configuration, which are defined in the Oomui.h header file.

Function
OomUI_CreateNotRespondingWindow
OomUI_CreateOomWindow
OomUI_FshowOomWindow
OomUI_Initialize
OomUI_NotRespondingWndProc
OomUI_OnShow
OomUI_OomWndProc
OomUI_SetWindowsInfo
OomUICallback_CloseWindow
OomUICallback_IsCritical
OomUICallback_NonClientPaint

See Also

GWE Components