Share via


NMLVCACHEHINT

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains information used to update the cached item information for use with a virtual list view.

Syntax

typedef struct tagNMLVCACHEHINT {
  NMHDR hdr;
  int iFrom;
  int iTo;
} NMLVCACHEHINT, *PNMLVCACHEHINT;

Members

  • hdr
    NMHDR structure that contains information about this message.
  • iFrom
    Starting index of the requested range of items. This value is inclusive.
  • iTo
    Ending index of the requested range of items. This value is inclusive.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

NMHDR
List-View Controls Structures