SEARCH_ITEM_PERSISTENT_CHANGE struttura (searchapi.h)
Contiene informazioni sul tipo di modifica che si è verificato in un elemento da indicizzare. Questa struttura viene usata con il metodo ISearchPersistentItemsChangedSink::OnItemsChanged per passare informazioni all'indicizzatore su cosa è cambiato.
Sintassi
typedef struct _SEARCH_ITEM_PERSISTENT_CHANGE {
SEARCH_KIND_OF_CHANGE Change;
LPWSTR URL;
LPWSTR OldURL;
SEARCH_NOTIFICATION_PRIORITY Priority;
} SEARCH_ITEM_PERSISTENT_CHANGE;
Members
Change
Tipo: SEARCH_KIND_OF_CHANGE
Valore del tipo enumerato SEARCH_KIND_OF_CHANGE che indica il tipo di modifica.
URL
Tipo: LPWSTR
Puntatore a una stringa Unicode con terminazione null contenente l'URL dell'elemento in un SEARCH_CHANGE_ADD, SEARCH_CHANGE_MODIFY o SEARCH_CHANGE_DELETE notifica. Nel caso di uno spostamento, questo membro contiene il nuovo URL dell'elemento.
OldURL
Priority
Tipo: SEARCH_NOTIFICATION_PRIORITY
Valore del tipo enumerato SEARCH_NOTIFICATION_PRIORITY che indica la priorità della modifica.
Commenti
SEARCH_CHANGE_MOVE_RENAME non è supportato per l'uso con ISearchPersistentItemsChangedSink::OnItemsChanged.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP con SP2, Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | searchapi.h |
Componente ridistribuibile | Windows Desktop Search (WDS) 3.0 |