Compartilhar via


OomUI_CreateOomWindow (Compact 2013)

3/28/2014

This function creates and returns a handle to the Out of Memory window.

Syntax

HWND OomUI_CreateOomWindow(void); 

Parameters

None.

Return Value

Handle to the created window.

Remarks

The Out of Memory window is displayed when memory on the device is low. The Oomui code should not destroy or hide this window.

Requirements

Header

oomui.h

See Also

Reference

Out of Memory User Interface Functions
OomUI_CreateNotRespondingWindow