Share via


OomUICallback_IsCritical

This function is called by the Oomui component to determine if memory is critically low.

BOOL OomUICallback_IsCritical(void); 

Parameters

None.

Return Values

Returns TRUE if memory is critically low; otherwise, returns FALSE.

Remarks

This function is not implemented by the Oomui component. It is used by the Oomui component.

In the sample Oomui component, this function is used to determine the title of the Out of Memory window and to decide whether to forcibly terminate a task selected for closing in the Out of Memory window.

Requirements

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.