Share via


OomUI_OnShow (Compact 2013)

3/28/2014

This function is called by the Oomui component just prior to showing the Out of Memory window.

Syntax

VOID OomUI_OnShow(void); 

Parameters

None.

Return Value

None.

Remarks

This function is called just before the Out of Memory window is shown. This function is not required to do anything, but may be used, for example, to set the title of the Out of Memory window or to collect system information to be displayed in the Out of Memory window.

Requirements

Header

oomui.h

See Also

Reference

Out of Memory User Interface Functions
OomUI_FShowOomWindow