OomUI_FShowOomWindow (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.