Méthode IUrlAccessor::GetCLSID (searchapi.h)
Obtient le CLSID pour le type de document de l’élément d’URL en cours de traitement.
Syntaxe
HRESULT GetCLSID(
[out] CLSID *pClsid
);
Paramètres
[out] pClsid
Type : CLSID*
Reçoit un pointeur vers le CLSID pour le type de document de l’élément d’URL en cours de traitement.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Notes
Si ces informations ne sont pas disponibles, vous pouvez retourner E_NOTIMPL ou E_FAIL.
Spécifications
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 | searchapi.h |
Composant redistribuable | Windows Desktop Search (WDS) 3.0 |