Share via


OomUI_FShowOomWindow

This function is called by system to determine whether the Out of Memory window should be shown.

BOOL OomUI_FShowOomWindow(void); 

Parameters

None.

Return Values

Returns TRUE if the Out of Memory window should be shown; otherwise, returns FALSE.

Remarks

This function gives the Oomui component a chance to prevent the Out of Memory window from appearing by returning FALSE. This function should return FALSE only if there are no options available to the user to free more memory.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Oomui.h.

See Also

OomUI_OnShow

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.