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 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 |