CListCtrl::GetNextItem

int GetNextItem( int nItem, int nFlags ) const;

Return Value

The index of the next item if successful, or -1 otherwise.

Parameters

nItem

Index of the item to begin the searching with, or -1 to find the first item that matches the specified flags. The specified item itself is excluded from the search.

nFlags

Geometric relation of the requested item to the specified item, and the state of the requested item. The geometric relation can be one of these values:

The state can be zero, or it can be one or more of these values:

Remarks

Searches for a list view item that has the specified properties and that bears the specified relationship to a given item.

CListCtrl OverviewClass MembersHierarchy Chart

See Also   CListCtrl::GetItem