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.
Notifies the application that the list box cannot allocate enough memory to meet a specific request. The parent window of the list box receives this notification code through the WM_COMMAND message.
LBN_ERRSPACE
WPARAM wParam;
LPARAM lParam;
Parameters
-
wParam
-
The LOWORD contains the identifier of the list box. The HIWORD specifies the notification code.
-
lParam
-
Handle to the list box.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
See also
-
Other Resources