INCREMENTAL_ACCESS_INFO structure (searchapi.h)
Contains access information used by an incremental crawl, such as the last access date and modification time.
Syntax
typedef struct _INCREMENTAL_ACCESS_INFO {
DWORD dwSize;
FILETIME ftLastModifiedTime;
} INCREMENTAL_ACCESS_INFO;
Members
dwSize
Type: DWORD
Size of the file in bytes.
ftLastModifiedTime
Type: FILETIME
Last time the file was modified.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | searchapi.h |
Redistributable | Windows Desktop Search (WDS) 3.0 |