OomUI_CreateOomWindow
This function creates and returns a handle to the Out of Memory window.
HWND OomUI_CreateOomWindow(void);
Parameters
None.
Return Values
Handle to the created window.
Remarks
The Out of Memory window is displayed when memory on the device is low. The Oomui code should not destroy or hide this window.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Oomui.h.
See Also
OomUI_CreateNotRespondingWindow
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.