Share via


SEARCH_ITEM_CHANGE Structure

Specifies the changes to an indexed item.

Syntax

typedef struct _SEARCH_ITEM_CHANGE {
    SEARCH_KIND_OF_CHANGE Change;
    SEARCH_NOTIFICATION_PRIORITY Priority;
    BLOB *pUserData;
    LPWSTR lpwszURL;
    LPWSTR lpwszOldURL;
} SEARCH_ITEM_CHANGE;

Members

  • Change
    Flag that specifies the kind of change. Parameter should be one of the values in SEARCH_KIND_OF_CHANGE enumerated type.
  • Priority
    Flag that specifies the priority of processing this change. Parameter should be one of the values in SEARCH_NOTIFICATION_PRIORITY enumerated type.
  • pUserData
    Pointer to user information.
  • lpwszURL
    Pointer to a null-terminated string containing the URL of the changed item.
  • lpwszOldURL
    Pointer to a null-terminated string containing the old URL of the changed item. For example, if the item was moved.

Structure Information

Header and IDL files searchapi.h, searchnotifications.idl
Minimum operating systems Windows XP Service Pack 2 (SP2) with Windows Desktop Search (WDS) 3.0, Windows Server 2003, Windows Vista