Fonction MFCreateASFIndexer (wmcontainer.h)

Crée l’objet ASF Indexer.

Syntaxe

HRESULT MFCreateASFIndexer(
  IMFASFIndexer **ppIIndexer
);

Paramètres

ppIIndexer

Reçoit un pointeur vers l’interface IMFASFIndexer . L’appelant doit libérer l’interface.

Valeur retournée

La fonction retourne un HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.

Code de retour Description
S_OK
La fonction a réussi.

Spécifications

   
Client minimal pris en charge Windows Vista [applications de bureau | applications UWP]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau | applications UWP]
Plateforme cible Windows
En-tête wmcontainer.h
Bibliothèque Mf.lib
DLL Mf.dll

Voir aussi

Fonctions Media Foundation