次の方法で共有


OomUI_FShowOomWindow (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

BOOL OomUI_FShowOomWindow(void); 

Parameters

None.

Return Value

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

Header oomui.h
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Out of Memory User Interface Functions
OomUI_OnShow