SHShowOutOfMemory (Windows CE 5.0)

Send Feedback

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

Syntax

intSHShowOutOfMemory(HWNDhwndOwner, UINTgrfFlags );

Parameters

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

Return Values

None.

Remarks

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

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Shellapi.h.
Link Library: Shmisc.lib.

See Also

Standard Shell Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.