Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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 |