Share via


SHShowOutOfMemory

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Syntax

int SHShowOutOfMemory(
  HWND hwndOwner, 
  UINT grfFlags 
);

Parameters

  • hwndOwner
    [in] Handle to the window that owns the dialog box.
  • grfFlags
    [in] Reserved; set to zero.

Return Value

None.

Remarks

This function is used by OEMs to implement an out-of-memory warning.

Requirements

Header shellapi.h
Library Shmisc.lib
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Standard Shell Functions