structure INCREMENTAL_ACCESS_INFO (searchapi.h)
Contient les informations d’accès utilisées par une analyse incrémentielle, telles que la date du dernier accès et l’heure de modification.
Syntaxe
typedef struct _INCREMENTAL_ACCESS_INFO {
DWORD dwSize;
FILETIME ftLastModifiedTime;
} INCREMENTAL_ACCESS_INFO;
Membres
dwSize
Type : DWORD
Taille du fichier en octets.
ftLastModifiedTime
Type : FILETIME
Dernière modification du fichier.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP avec SP2, Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | searchapi.h |
Composant redistribuable | Windows Desktop Search (WDS) 3.0 |