LVN_INSERTITEM notification code
Notifies a list-view control's parent window that a new item was inserted. This notification code is sent in the form of a WM_NOTIFY message.
LVN_INSERTITEM
pnmv = (LPNMLISTVIEW) lParam;
Parameters
-
lParam
-
Pointer to an NMLISTVIEW structure. The iItem member identifies the new item, and the other members are zero.
Return value
No return value.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|