LVINSERTMARK Structure


This is preliminary documentation and is subject to change.

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

HeaderCommctrl.h
Minimum operating systems Windows NT Whistler


© 2000 Microsoft Corporation. All rights reserved. Terms of use.