This code specifies that the combo-box list-box control cannot allocate enough memory to meet a specific request. The control's parent window receives this code through a WM_COMMAND message from the control.
Parameter |
Description |
wParam |
Specifies the control ID of the combo box. |
|
lParam |
Contains the combo-box window handle in its low-order word and the CBN_ERRSPACE code in its high-order word. |