ITEM_INFO

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

Syntax
typedef struct _ITEM_INFO{
  DWORDdwSize;
  LPCWSTRpcwszFromEMail;
  LPCWSTRpcwszApplicationName;
  LPCWSTRpcwszCatalogName;
  LPCWSTRpcwszContentClass;
} ITEM_INFO;
Members

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

Name Type Description
dwSize DWORD Actual size of structure (bytes)
pcwszFromEMail LPCWSTR E-mail address that is notified in case of error
pcwszApplicationName LPCWSTR Always SharePoint Portal Server 2001
pcwszCatalogName LPCWSTR Workspace name from which the crawl to this content source was initiated
pcwszContentClass LPCWSTR Not used by protocol handlers
Remarks

Values for the data structure are set in Server Configuration in the Microsoft Configuration Console.