Used to describe insertion points.
Syntax
typedef struct LVINSERTMARK { UINT cbSize; DWORD dwFlags; int iItem; DWORD dwReserved; } LVINSERTMARK, *PLVINSERTMARK;
Members
- cbSize
- Size of the LVINSERTMARK structure.
- dwFlags
- Flag that specifies where the insertion point should appear. Use the following:
- LVIM_AFTER
- The insertion point appears after the item specified if the LVIM_AFTER flag is set; otherwise it appears before the specified item.
- iItem
- Item next to which the insertion point appears. If this member contains -1, there is no insertion point.
- dwReserved
- Reserved. Must be set to 0.
Structure Information
Header Commctrl.h Minimum operating systems Windows NT Whistler