次の方法で共有


OomUICallback_IsCritical (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Out of Memory User Interface Functions