INCREMENTAL_ACCESS_INFO structure
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
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Redistributable |
Windows Desktop Search (WDS) 3.0 |
|
Header |
|
|
IDL |
|
Show: