Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, *LPNMLVCACHEHINT;
Members
hdr
Type: NMHDR
NMHDR structure that contains information about this notification message.
iFrom
Type: int
Starting index of the requested range of items. This value is inclusive.
iTo
Type: int
Ending index of the requested range of items. This value is inclusive.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |