Contents Index Topic Contents | ||
Previous Topic: NM_NCHITTEST Next Topic: NM_RCLICK |
NM_OUTOFMEMORY
NM_OUTOFMEMORY lpnmh = (LPNMHDR) lParam;Notifies a control's parent window that the control could not complete an operation because there was not enough memory available. NM_OUTOFMEMORY is sent in the form of a WM_NOTIFY message.
- The return value is ignored by the control.
- lpnmh
- Address of an NMHDR structure that contains additional information about this notification message.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.