NMLVFINDITEMA structure (commctrl.h)

Contains information the owner needs to find items requested by a virtual list-view control. This structure is used with the LVN_ODFINDITEM notification code.

Syntax

typedef struct tagNMLVFINDITEMA {
  NMHDR       hdr;
  int         iStart;
  LVFINDINFOA lvfi;
} NMLVFINDITEMA, *LPNMLVFINDITEMA;

Members

hdr

Type: NMHDR

NMHDR structure that contains information on this notification code.

iStart

Type: int

Index of the item at which the search will start.

lvfi

Type: LVFINDINFO

LVFINDINFO structure that contains information necessary to perform a search.

Remarks

Note

The commctrl.h header defines NMLVFINDITEM as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header commctrl.h