Partager via


Méthode ISimpleCommandCreator::GetDefaultCatalog (indexsrv.h)

Détermine le catalogue par défaut pour le système.

Syntaxe

HRESULT GetDefaultCatalog(
  WCHAR *pwszCatalogName,
  ULONG cwcIn,
  ULONG *pcwcOut
);

Paramètres

pwszCatalogName

Nom du catalogue.

cwcIn

Taille en caractères de pwszCatalogName.

pcwcOut

Taille du nom du catalogue.

Valeur retournée

Si cette méthode réussit, elle retourne le contenu de la valeur de Registre IsapiDefaultCatalogDirectory. Sinon, elle retourne un code d’erreur HRESULT.

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]
Plateforme cible Windows
En-tête indexsrv.h
Composant redistribuable Pack d’options Windows NT 4.0

Voir aussi

ISimpleCommandCreator