Méthode IQueryParser ::SetMultiOption (structuredquery.h)
Définit une option complexe, telle qu’un générateur de conditions spécifié, à utiliser lors de l’analyse d’une chaîne d’entrée.
Syntaxe
HRESULT SetMultiOption(
[in] STRUCTURED_QUERY_MULTIOPTION option,
[in] LPCWSTR pszOptionKey,
[in] const PROPVARIANT *pOptionValue
);
Paramètres
[in] option
Type : STRUCTURED_QUERY_MULTIOPTION
Option complexe à définir.
[in] pszOptionKey
Type : LPCWSTR
Chaîne Unicode interprétée différemment pour chaque valeur du paramètre d’option . Pour plus d’informations, consultez STRUCTURED_QUERY_MULTIOPTION.
[in] pOptionValue
Type : PROPVARIANT*
Pointeur vers un PROPVARIANT interprété différemment pour chaque valeur du paramètre d’option . Pour plus d’informations, consultez STRUCTURED_QUERY_MULTIOPTION.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP avec SP2, Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 avec SP1 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | structuredquery.h |
Composant redistribuable | Windows Desktop Search (WDS) 3.0 |