Share via


OomUICallback_IsCritical (Compact 2013)

3/28/2014

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

Syntax

BOOL OomUICallback_IsCritical(void); 

Parameters

None.

Return Value

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

Header

oomui.h

See Also

Reference

Out of Memory User Interface Functions