Share via


Structure FULLPROPSPEC (filter.h)

Notes

Le service d’indexation n’est plus pris en charge à partir de Windows XP et n’est pas disponible à partir de Windows 8. Utilisez plutôt Windows Search pour la recherche côté client et Microsoft Search Server Express pour la recherche côté serveur.

Spécifie un jeu de propriétés et une propriété dans le jeu de propriétés.

Syntaxe

typedef struct tagFULLPROPSPEC {
  GUID     guidPropSet;
  PROPSPEC psProperty;
} FULLPROPSPEC;

Membres

guidPropSet

Identificateur global unique (GUID) qui identifie le jeu de propriétés.

psProperty

Pointeur vers la structure PROPSPEC qui spécifie une propriété par son identificateur de propriété (propid) ou par le nom de chaîne associé (lpwstr).

Spécifications

   
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau uniquement]
En-tête filter.h

Voir aussi

IFilter::Init