LB_RESETCONTENT
This message is sent by an application to remove all items from a list box.
LB_RESETCONTENT wParam = 0;
lParam = 0;
Parameters
- wParam
Not used. - lParam
Not used.
Return Values
Always returns 1.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
See Also
WM_DELETEITEM | List Box Messages
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.