LVINSERTMARK structure (commctrl.h)
Used to describe insertion points.
Syntax
typedef struct {
UINT cbSize;
DWORD dwFlags;
int iItem;
DWORD dwReserved;
} LVINSERTMARK, *LPLVINSERTMARK;
Members
cbSize
Type: UINT
Size of the LVINSERTMARK structure.
dwFlags
Type: DWORD
Flag that specifies where the insertion point should appear. Use the following:
Value | Meaning |
---|---|
|
The insertion point appears after the item specified if the LVIM_AFTER flag is set; otherwise it appears before the specified item. |
iItem
Type: int
Item next to which the insertion point appears. If this member contains -1, there is no insertion point.
dwReserved
Type: DWORD
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |