Out of Memory User Interface Functions (Windows Embedded CE 6.0)
1/6/2010
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 |
---|---|
This function creates and returns a handle to the Application Not Responding window. |
|
This function creates and returns a handle to the Out of Memory window. |
|
This function is called by system to determine whether the Out of Memory window should be shown. |
|
This function initializes the Oomui component. |
|
This function is the window procedure for the Application Not Responding window. |
|
This function is called by the Oomui component just prior to showing the Out of Memory window. |
|
This function is the window procedure for the Out of Memory window. |
|
This function enables the Oomui component to modify the information about the windows that are candidates to be closed. |
|
This function is used by the Oomui component to attempt to close a window. |
|
This function is called by the Oomui component to determine if memory is critically low. |
|
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. |