ITEM_INFO structure

Contains information passed to the IUrlAccessor object about the current item; for example, the application name and catalog name.

Syntax


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

Members

dwSize

Type: DWORD

Size of the structure in bytes.

pcwszFromEMail

Type: LPCWSTR

Pointer to a null-terminated Unicode string containing an email address that is notified in case of error.

pcwszApplicationName

Type: LPCWSTR

Pointer to a null-terminated Unicode string containing the application name.

pcwszCatalogName

Type: LPCWSTR

Pointer to a null-terminated Unicode string containing the workspace name from which the crawl to this content source was initiated.

pcwszContentClass

Type: LPCWSTR

Not used by protocol handlers.

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

Searchapi.h

IDL

Srchprth.idl

 

 

Show: