SHShowOutOfMemory

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

Syntax

int SHShowOutOfMemory(HWND hwndOwner, UINT grfFlags);

At a Glance

Header file: Shellapi.h
Platforms: H/PC
Versions: 1.0 and later

Parameters

hwndOwner
Handle to the window that owns the dialog box.
grfFlags
Reserved; must be zero.

Return Values

No return value.