SHShowOutOfMemory (Compact 2013)

3/28/2014

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

See Also

Reference

Shell Functions