Out of Memory User Interface Functions (Windows CE 5.0)

Send Feedback

The following table shows the functions available to OS developers for the Out of Memory user interface, with a description of the purpose of each.

Programming element Description
OomUI_CreateNotRespondingWindow This function creates and returns a handle to the Application Not Responding window.
OomUI_CreateOomWindow This function creates and returns a handle to the Out of Memory window.
OomUI_FShowOomWindow This function is called by system to determine whether the Out of Memory window should be shown.
OomUI_Initialize This function initializes the Oomui component.
OomUI_NotRespondingWndProc This function is the window procedure for the Application Not Responding window.
OomUI_OnShow This function is called by the Oomui component just prior to showing the Out of Memory window.
OomUI_OomWndProc This function is the window procedure for the Out of Memory window.
OomUI_SetWindowsInfo This function enables the Oomui component to modify the information about the windows that are candidates to be closed.
OomUICallback_CloseWindow This function is used by the Oomui component to attempt to close a window.
OomUICallback_IsCritical This function is called by the Oomui component to determine if memory is critically low.
OomUICallback_NonClientPaint This function is called by the Oomui component to paint the nonclient area of either the Out of Memory window or the Not Responding window.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.