Share via


INCREMENTAL_ACCESS_INFO

The INCREMENTAL_ACCESS_INFO data structure contains access information used by an incremental crawl, such as last access date and modification time.

Syntax
typedef struct _INCREMENTAL_ACCESS_INFO{
  DWORDdwSize;
  FILETIMEftLastModifiedTime;
} INCREMENTAL_ACCESS_INFO;
Members

The following table shows members of the INCREMENTAL_ACCESS_INFO data structure, and a brief description of each.

Name Type Description
dwSize DWORD Actual size of the structure (bytes)
ftLastModifiedTime FILETIME Last time the file was modified
Remarks

Values for the data structure are stored by the Gatherer.