INCREMENTAL_ACCESS_INFO Structure

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

typedef struct _INCREMENTAL_ACCESS_INFO{
  DWORD dwSize;
  FILETIME ftLastModifiedTime;
} INCREMENTAL_ACCESS_INFO;

Members

The following table describes members of the INCREMENTAL_ACCESS_INFO data structure.

Name Description

dwSize

A DWORD value representing the actual size of the structure (bytes).

ftLastModifiedTime

A FILETIME value representing the last time the file was modified.

Remarks

The search component stores the INCREMENTAL_ACCESS_INFO data structure values.

If a document has not changed since the last modified time, the CreateAccessor Method method should return PRTH_S_NOT_MODIFIED.

See Also

Reference

CreateAccessor Method

Concepts

Protocol Handler Data Structures
Protocol Handler Reference