[This is preliminary documentation and subject to change.]
Called when a virtual list is about to request display information for a range of items, allowing the snap-in to collect the information ahead of time in cases where an optimization can be made.
HRESULT CacheHint(
int nStartIndex, // Index to first item
int nEndIndex, // Index to last item
);
Note that there is no guarantee that all the items will be requested or that other items will not be.
TBD