Share via


ITEM_INFO Structure

The ITEM_INFO data structure contains information passed to the IUrlAccessor Interface object about the current item, such as the application and catalog name.

typedef struct _ITEM_INFO{
  DWORD dwSize;
  LPCWSTR pcwszFromEMail;
  LPCWSTR pcwszApplicationName;
  LPCWSTR pcwszCatalogName;
  LPCWSTR pcwszContentClass;
} ITEM_INFO;

Members

The following table describes members of the ITEM _INFO data structure.

Name Description

dwSize

A DWORD representing the actual size of structure (bytes)

pcwszFromEMail

A LPCWSTSR representing the email address to notify in case of error.

pcwszApplicationName

A LPCWSTSR representing the application name. For Enterprise Search, this is the Shared Service Provider's application ID.

pcwszCatalogName

A LPCWSTSR representing the catalog name from which the crawl was initiated. For Enterprise Search, this is always Portal_content.

pcwszContentClass

Do not use.

See Also

Reference

CreateAccessor Method

Concepts

Protocol Handler Data Structures
Protocol Handler Reference
IUrlAccessor Interface