Contents Index Topic Contents | ||
Previous Topic: NMLISTVIEW Next Topic: NMLVCUSTOMDRAW |
NMLVCACHEHINT
typedef struct tagNMLVCACHEHINT { NMHDR hdr; int iFrom; int iTo; } NMLVCACHEHINT, *PNMLVCACHEHINT;Contains information used to update the cached item information for use with a virtual list view.
- hdr
- NMHDR structure that contains information about this notification 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.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.