SHShowOutOfMemory

This function displays a system-defined dialog box notifying the user that memory is full.

At a Glance

Header file: Shellapi.h
Windows CE versions: 1.0 and later

Syntax

int SHShowOutOfMemory(HWND hwndOwner, UINT grfFlags);

Parameters

hwndOwner

Handle to the window that owns the dialog box.

grfFlags

Reserved; set to zero.

Return Values

None.