Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |