EN_ERRSPACE

2.x

The EN_ERRSPACE notification message is sent when an edit control cannot allocate enough memory to meet a specific request. The control's parent window receives this notification message through a WM_COMMAND message.

Parameters

wParam

Specifies the identifier of the edit control.

lParam

Specifies the handle of the edit control in the low-order word, and specifies the EN_ERRSPACE notification message in the high-order word.

See Also

WM_COMMAND